File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
233
233
- name : Upload to PyPi prod
234
234
if : ${{ !inputs.skip_pypi }}
235
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
235
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
236
236
237
237
# Creates a PR with the latest version we've just released
238
238
# since our trunk is protected against any direct pushes from automation
Original file line number Diff line number Diff line change @@ -246,12 +246,12 @@ jobs:
246
246
247
247
- name : Upload to PyPi prod
248
248
if : ${{ !inputs.skip_pypi }}
249
- uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
249
+ uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
250
250
251
251
# PyPi test maintenance affected us numerous times, leaving for history purposes
252
252
# - name: Upload to PyPi test
253
253
# if: ${{ !inputs.skip_pypi }}
254
- # uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
254
+ # uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
255
255
# with:
256
256
# repository-url: https://test.pypi.org/legacy/
257
257
You can’t perform that action at this time.
0 commit comments