We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83155a1 commit 331400cCopy full SHA for 331400c
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build a binary wheel and a source tarball
18
run: ./build-project.py
19
- name: Store the distribution packages
20
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
21
with:
22
name: python-package-distributions
23
path: dist/
0 commit comments