Skip to content

Commit

Permalink
Merge pull request #196 from data-apis/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons-5da8da3d55

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group
  • Loading branch information
github-actions[bot] authored Nov 11, 2024
2 parents 43737f9 + 4396e87 commit 7d3c73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
if: >-
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
repository-url: https://test.pypi.org/legacy/
print-hash: true
Expand All @@ -107,6 +107,6 @@ jobs:

- name: Publish distribution 📦 to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
print-hash: true

0 comments on commit 7d3c73c

Please sign in to comment.