File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232
233233 - name : Upload to PyPi prod
234234 if : ${{ !inputs.skip_pypi }}
235- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
235+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
236236
237237 # Creates a PR with the latest version we've just released
238238 # 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:
237237
238238 - name : Upload to PyPi prod
239239 if : ${{ !inputs.skip_pypi }}
240- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
240+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
241241
242242 # PyPi test maintenance affected us numerous times, leaving for history purposes
243243 # - name: Upload to PyPi test
244244 # if: ${{ !inputs.skip_pypi }}
245- # uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
245+ # uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
246246 # with:
247247 # repository-url: https://test.pypi.org/legacy/
248248
Original file line number Diff line number Diff line change @@ -237,12 +237,12 @@ jobs:
237237
238238 - name : Upload to PyPi prod
239239 if : ${{ !inputs.skip_pypi }}
240- uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
240+ uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
241241
242242 # PyPi test maintenance affected us numerous times, leaving for history purposes
243243 # - name: Upload to PyPi test
244244 # if: ${{ !inputs.skip_pypi }}
245- # uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
245+ # uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
246246 # with:
247247 # repository-url: https://test.pypi.org/legacy/
248248
You can’t perform that action at this time.
0 commit comments