We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401232d commit 811dcabCopy full SHA for 811dcab
.github/workflows/pypi_dist.yml
@@ -18,8 +18,8 @@ jobs:
18
python -m pip install --upgrade pip
19
pip install setuptools wheel twine numpy
20
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 }}
+ - name: Publish distribution to PyPI
+ if: startsWith(github.ref, 'refs/tags')
+ uses: pypa/gh-action-pypi-publish@master
+ with:
+ password: ${{ secrets.pypi_password }}
superannotate/version.py
@@ -1 +1 @@
1
-__version__ = "2.5.2b6"
+__version__ = "2.5.2b7"
0 commit comments