Skip to content

Commit 811dcab

Browse files
committed
Fix workflow
1 parent 401232d commit 811dcab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pypi_dist.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
python -m pip install --upgrade pip
1919
pip install setuptools wheel twine numpy
2020
python setup.py sdist
21-
- name: Publish distribution to PyPI
22-
if: startsWith(github.ref, 'refs/tags')
23-
uses: pypa/gh-action-pypi-publish@master
24-
with:
25-
password: ${{ secrets.pypi_password }}
21+
- name: Publish distribution to PyPI
22+
if: startsWith(github.ref, 'refs/tags')
23+
uses: pypa/gh-action-pypi-publish@master
24+
with:
25+
password: ${{ secrets.pypi_password }}

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.2b6"
1+
__version__ = "2.5.2b7"

0 commit comments

Comments
 (0)