There was an error while loading. Please reload this page.
1 parent ec42ee8 commit 5bc23d1Copy full SHA for 5bc23d1
1 file changed
.github/workflows/tests.yml
@@ -134,7 +134,7 @@ jobs:
134
twine check dist/*
135
136
- name: Upload perfmetrics wheel
137
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
138
with:
139
name: perfmetrics-${{ runner.os }}-${{ matrix.python-version }}.whl
140
path: dist/*whl
@@ -193,7 +193,7 @@ jobs:
193
DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
194
run: bash ./scripts/releases/make-manylinux
195
- name: Store perfmetrics wheels
196
197
198
path: wheelhouse/*whl
199
name: ${{ matrix.image }}_wheels.zip
0 commit comments