Skip to content

Commit

Permalink
fiw: use minor version numbers in publish action (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
BioGeek authored Jan 22, 2025
1 parent b22087f commit 891a7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/[email protected]
uses: pypa/[email protected].3
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- name: refresh PyPI badge
uses: fjogeleit/[email protected]
uses: fjogeleit/[email protected].4
with:
url: https://camo.githubusercontent.com/a22fbcbadf81751212d5367cce341631bc28d7749b9cd5c317fbf0706a30c9ae/68747470733a2f2f62616467652e667572792e696f2f70792f696e7374616e6f766f2e737667
method: PURGE

0 comments on commit 891a7af

Please sign in to comment.