Skip to content

Commit

Permalink
Merge pull request #179 from GSA/fix/bump-pypi-action
Browse files Browse the repository at this point in the history
Unpin pypi github action to v1
  • Loading branch information
btylerburton committed Dec 12, 2023
2 parents 62935c6 + 42111d5 commit 986c949
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 @@ -26,7 +26,7 @@ jobs:
python setup.py sdist
python setup.py bdist_wheel
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@v1.8.5
uses: pypa/gh-action-pypi-publish@v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 986c949

Please sign in to comment.