We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c15090 + b584c0e commit 5d78b82Copy full SHA for 5d78b82
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build wheels
38
run: "pip wheel -w wheelhouse ."
39
40
- - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
+ - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
41
with:
42
path: ./wheelhouse/numba_scfg-*.whl
43
@@ -51,7 +51,7 @@ jobs:
51
- name: Build SDist
52
run: pipx run build --sdist
53
54
55
56
path: dist/*.tar.gz
57
0 commit comments