Skip to content

Commit

Permalink
Merge pull request #66 from bsipocz/MAINT_use_hash_to_publish
Browse files Browse the repository at this point in the history
CI: use hash for releaser actions' version
  • Loading branch information
bsipocz committed Aug 13, 2024
2 parents ceb6ec0 + 68357de commit ea5b1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit ea5b1b4

Please sign in to comment.