Skip to content

Commit

Permalink
Oops update to pypa/gh-action-pypi-publish@v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Jan 24, 2024
1 parent 4057679 commit 0c601d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build wheel
run: python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.8
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 0c601d5

Please sign in to comment.