Skip to content

Commit

Permalink
Merge pull request #152 from GSA/fix/bump-pypi-action
Browse files Browse the repository at this point in the history
fixup to #151
  • Loading branch information
btylerburton authored Dec 26, 2023
2 parents e9cbcf1 + 60052a7 commit 1e4bd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python setup.py sdist
python setup.py bdist_wheel
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 1e4bd31

Please sign in to comment.