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 25
25
- run : python -m build
26
26
27
27
- name : generate build provenance
28
- uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
28
+ uses : actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
29
29
with :
30
30
subject-path : " ${{ github.workspace }}/dist/*"
31
31
52
52
53
53
- name : Upload pypi.org
54
54
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
56
56
with :
57
57
repository-url : https://upload.pypi.org/legacy/
58
58
@@ -112,7 +112,7 @@ jobs:
112
112
DISTRO_DIR=./dist/
113
113
114
114
- 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
116
116
with :
117
117
subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
118
118
subject-digest : ${{ steps.docker-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments