We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54f257d + c5e2e6f commit 918e888Copy full SHA for 918e888
.github/workflows/tests.yml
@@ -104,7 +104,7 @@ jobs:
104
ls -l dist
105
twine check dist/*
106
- name: Store greenlet wheel
107
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
108
with:
109
name: greenlet-${{ matrix.os }}-${{ matrix.python-version }}.whl
110
path: dist/*whl
@@ -230,7 +230,7 @@ jobs:
230
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
231
run: bash ./make-manylinux
232
- name: Store greenlet wheels
233
234
235
path: wheelhouse/*whl
236
name: ${{ matrix.image }}_wheels.zip
0 commit comments