Skip to content

Commit

Permalink
Update build-and-deploy-release-pypi.yml (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhu-ranga authored Feb 7, 2025
1 parent de6eb8e commit 7bfc928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
env:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN}}
run: |
twine upload pypi dist/* --verbose
twine upload dist/* --verbose
2 changes: 1 addition & 1 deletion placekey/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.28'
__version__ = '0.0.29'

0 comments on commit 7bfc928

Please sign in to comment.