Skip to content

Commit aeed7b6

Browse files
Merge pull request #188 from iiif-prezi/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.8
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.8.8
2 parents adc5a9f + e854e30 commit aeed7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/PyPi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
run: python -m build --sdist --wheel --outdir dist/
2626

2727
- name: Publish distribution 📦 to PyPI
28-
uses: pypa/gh-action-pypi-publish@v1.5.1
28+
uses: pypa/gh-action-pypi-publish@v1.8.8
2929
with:
3030
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/TestPyPi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727

2828
- name: Publish distribution 📦 to Test PyPI
29-
uses: pypa/gh-action-pypi-publish@v1.5.1
29+
uses: pypa/gh-action-pypi-publish@v1.8.8
3030
with:
3131
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3232
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)