Skip to content

Commit

Permalink
fix pypi publish v2
Browse files Browse the repository at this point in the history
  • Loading branch information
benfmiller committed Jun 3, 2024
1 parent 2f6c4f2 commit a601e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: |
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.11
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
password: ${{ secrets.PYPI_ACCESS_TOKEN }}

0 comments on commit a601e8f

Please sign in to comment.