Skip to content

Commit

Permalink
Adding verbose logging (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhu-ranga authored Feb 6, 2025
1 parent 6b0bd37 commit 06b1ede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy-release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ jobs:
env:
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN}}
run: |
twine upload --repository testpypi dist/*
twine upload --repository testpypi dist/* --verbose
- name: Upload to PyPi
env:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN}}
run: |
twine upload pypi dist/*
twine upload pypi 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.26'
__version__ = '0.0.27'

0 comments on commit 06b1ede

Please sign in to comment.