Skip to content

Commit

Permalink
Merge pull request #216 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.3

Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
  • Loading branch information
glenrobson authored Jan 15, 2025
2 parents 465fadb + 113aaa3 commit 6f0fe0b
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].2
uses: pypa/[email protected].3
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].2
uses: pypa/[email protected].3
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 6f0fe0b

Please sign in to comment.