Skip to content

Commit dd29ecf

Browse files
Merge pull request #81 from data-apis/dependabot/github_actions/actions-5e72becc27
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.11.0 in the actions group across 1 directory
2 parents b9e64e5 + 69d0ed2 commit dd29ecf

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
@@ -97,7 +97,7 @@ jobs:
9797
if: >-
9898
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9999
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100-
uses: pypa/gh-action-pypi-publish@v1.9.0
100+
uses: pypa/gh-action-pypi-publish@v1.11.0
101101
with:
102102
repository-url: https://test.pypi.org/legacy/
103103
print-hash: true
@@ -110,6 +110,6 @@ jobs:
110110

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

0 commit comments

Comments
 (0)