Skip to content

Commit

Permalink
updated publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
woodtechie1428 committed Sep 7, 2021
1 parent 81b01e9 commit 3d5443a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Publish distribution 📦 to PyPI
# if: startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion src/securityscorecard_api/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.10.4'
__version__ = '0.10.5'

0 comments on commit 3d5443a

Please sign in to comment.