Skip to content

Commit

Permalink
MNT: fix PyPI publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 30, 2022
1 parent b01d262 commit 3ae975d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: dist

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.5
uses: pypa/gh-action-pypi-publish@v1.5.1
with:
user: __token__
password: ${{ secrets.pypi_token }}

0 comments on commit 3ae975d

Please sign in to comment.