File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 - run : python -m build
2626
2727 - name : generate build provenance
28- uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
28+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
2929 with :
3030 subject-path : " ${{ github.workspace }}/dist/*"
3131
5252
5353 - name : Upload pypi.org
5454 if : startsWith(github.ref, 'refs/tags')
55- uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
55+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
5656 with :
5757 repository-url : https://upload.pypi.org/legacy/
5858
@@ -112,7 +112,7 @@ jobs:
112112 DISTRO_DIR=./dist/
113113
114114 - name : generate build provenance (containers)
115- uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
115+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
116116 with :
117117 subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
118118 subject-digest : ${{ steps.docker-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments