File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
235
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
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 @@ -237,12 +237,12 @@ jobs:
237
237
238
238
- name : Upload to PyPi prod
239
239
if : ${{ !inputs.skip_pypi }}
240
- uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
240
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
241
241
242
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
243
# - name: Upload to PyPi test
244
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
245
+ # uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
246
246
# with:
247
247
# repository-url: https://test.pypi.org/legacy/
248
248
Original file line number Diff line number Diff line change @@ -237,12 +237,12 @@ jobs:
237
237
238
238
- name : Upload to PyPi prod
239
239
if : ${{ !inputs.skip_pypi }}
240
- uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
240
+ uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
241
241
242
242
# PyPi test maintenance affected us numerous times, leaving for history purposes
243
243
# - name: Upload to PyPi test
244
244
# if: ${{ !inputs.skip_pypi }}
245
- # uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
245
+ # uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
246
246
# with:
247
247
# repository-url: https://test.pypi.org/legacy/
248
248
You can’t perform that action at this time.
0 commit comments