Skip to content

Commit

Permalink
Ready to release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
dilbwagsingh committed Apr 17, 2021
1 parent 649763d commit ff0052b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
# - name: Publish distribution 📦 to PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
# password: ${{ secrets.PYPI_API_TOKEN }}
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
with open("README.md","r") as desc:
long_description = desc.read()

VERSION="0.0.22"
VERSION="0.0.23"


# Setting up
Expand Down

0 comments on commit ff0052b

Please sign in to comment.