Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.8.8
  • Loading branch information
digitaldogsbody authored Aug 1, 2023
2 parents adc5a9f + e854e30 commit aeed7b6
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/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.8.8
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/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.8.8
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit aeed7b6

Please sign in to comment.