Skip to content

Commit

Permalink
Bump version to 0.8.2pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Apr 22, 2023
1 parent 0dd9990 commit ebabdeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish to PyPI

on:
push:
tags:
- '*'
release:
types: [ published ]

jobs:
deploy:
Expand All @@ -21,15 +20,6 @@ jobs:
python3 -m pip install --upgrade pip
pip install pipenv
pipenv install --python "3.8" --dev --system --skip-lock
- name: Create release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Chinese Whispers ${{ github.ref }}
draft: false
prerelease: false
- name: Build
run: python3 -m build --sdist --wheel .
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion chinese_whispers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.8.2.pre0'
__version__ = '0.8.2.pre1'
__author__ = 'Dmitry Ustalov'
__credits__ = ['Alexander Panchenko', 'Alexander Chambers', 'Frederik Wille']
__license__ = 'MIT'
Expand Down

0 comments on commit ebabdeb

Please sign in to comment.