We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649763d commit ff0052bCopy full SHA for ff0052b
.github/workflows/publish-to-pypi.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
python setup.py sdist bdist_wheel
38
39
-# - name: Publish distribution 📦 to PyPI
40
-# uses: pypa/gh-action-pypi-publish@master
41
-# with:
42
-# password: ${{ secrets.PYPI_API_TOKEN }}
+ - name: Publish distribution 📦 to PyPI
+ uses: pypa/gh-action-pypi-publish@master
+ with:
+ password: ${{ secrets.PYPI_API_TOKEN }}
setup.py
@@ -4,7 +4,7 @@
4
with open("README.md","r") as desc:
5
long_description = desc.read()
6
7
-VERSION="0.0.22"
+VERSION="0.0.23"
8
9
10
# Setting up
0 commit comments