Skip to content

Commit ebabdeb

Browse files
committed
Bump version to 0.8.2pre1
1 parent 0dd9990 commit ebabdeb

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/release.yml

+2-12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Publish to PyPI
22

33
on:
4-
push:
5-
tags:
6-
- '*'
4+
release:
5+
types: [ published ]
76

87
jobs:
98
deploy:
@@ -21,15 +20,6 @@ jobs:
2120
python3 -m pip install --upgrade pip
2221
pip install pipenv
2322
pipenv install --python "3.8" --dev --system --skip-lock
24-
- name: Create release
25-
uses: actions/create-release@v1.1.4
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
with:
29-
tag_name: ${{ github.ref }}
30-
release_name: Chinese Whispers ${{ github.ref }}
31-
draft: false
32-
prerelease: false
3323
- name: Build
3424
run: python3 -m build --sdist --wheel .
3525
- name: Publish

chinese_whispers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.8.2.pre0'
1+
__version__ = '0.8.2.pre1'
22
__author__ = 'Dmitry Ustalov'
33
__credits__ = ['Alexander Panchenko', 'Alexander Chambers', 'Frederik Wille']
44
__license__ = 'MIT'

0 commit comments

Comments
 (0)