We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd7263 commit dc85188Copy full SHA for dc85188
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: python -m build
26
27
- name: generate build provenance
28
- uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
+ uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
29
with:
30
subject-path: "${{ github.workspace }}/dist/*"
31
@@ -52,6 +52,6 @@ jobs:
52
53
- name: Upload pypi.org
54
if: startsWith(github.ref, 'refs/tags')
55
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
56
57
repository-url: https://upload.pypi.org/legacy/
0 commit comments