Skip to content

Commit

Permalink
Merge pull request #228 from iiif-prezi/dependabot/github_actions/pyp…
Browse files Browse the repository at this point in the history
…a/gh-action-pypi-publish-1.12.4

Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
  • Loading branch information
glenrobson authored Feb 5, 2025
2 parents 0fa541d + 296fa29 commit 77cf4d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PyPi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: python -m build --sdist --wheel --outdir dist/

- name: Publish distribution 📦 to PyPI
uses: pypa/[email protected].3
uses: pypa/[email protected].4
with:
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/TestPyPi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:


- name: Publish distribution 📦 to Test PyPI
uses: pypa/[email protected].3
uses: pypa/[email protected].4
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 77cf4d7

Please sign in to comment.