We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddee274 + 1e19f6e commit 3b38a94Copy full SHA for 3b38a94
1 file changed
.github/workflows/cibuildwheel.yml
@@ -47,7 +47,7 @@ jobs:
47
python -m pytest --pyargs gsw &&
48
abi3audit ${{ github.workspace }}/wheelhouse/*.whl --summary --assume-minimum-abi3 3.11 --verbose --strict
49
50
- - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
+ - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
51
with:
52
name: pypi-artifacts-${{ matrix.os }}-${{ matrix.arch }}
53
path: ${{ github.workspace }}/wheelhouse/*.whl
@@ -70,7 +70,7 @@ jobs:
70
&& twine check dist/*
71
&& check-manifest --verbose
72
73
74
75
name: pypi-artifacts
76
path: ${{ github.workspace }}/dist/*.tar.gz
0 commit comments