Skip to content

Commit ff0052b

Browse files
author
dilbwagsingh
committed
Ready to release new version
1 parent 649763d commit ff0052b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
python setup.py sdist bdist_wheel
3838
39-
# - name: Publish distribution 📦 to PyPI
40-
# uses: pypa/gh-action-pypi-publish@master
41-
# with:
42-
# password: ${{ secrets.PYPI_API_TOKEN }}
39+
- name: Publish distribution 📦 to PyPI
40+
uses: pypa/gh-action-pypi-publish@master
41+
with:
42+
password: ${{ secrets.PYPI_API_TOKEN }}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with open("README.md","r") as desc:
55
long_description = desc.read()
66

7-
VERSION="0.0.22"
7+
VERSION="0.0.23"
88

99

1010
# Setting up

0 commit comments

Comments
 (0)