Skip to content

Commit 43737f9

Browse files
Merge pull request #195 from data-apis/dependabot/github_actions/actions-5e72becc27
Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group
2 parents c5ef3dc + d5fc294 commit 43737f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: >-
9595
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9696
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
97-
uses: pypa/gh-action-pypi-publish@v1.10.3
97+
uses: pypa/gh-action-pypi-publish@v1.11.0
9898
with:
9999
repository-url: https://test.pypi.org/legacy/
100100
print-hash: true
@@ -107,6 +107,6 @@ jobs:
107107

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

0 commit comments

Comments
 (0)