We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e40c4cb + 9e04cec commit 2745105Copy full SHA for 2745105
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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