Skip to content

Commit

Permalink
Upgrading gh-action-pypi-publish to latest version. (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankenyr committed Apr 18, 2024
1 parent dd8ca23 commit 86420f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Download artifacts directories # goes to current working directory
uses: actions/download-artifact@v3
- name: publish
uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
uses: pypa/gh-action-pypi-publish@v1.8.14
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 86420f0

Please sign in to comment.