We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20644c commit ade8b35Copy full SHA for ade8b35
.github/workflows/test-and-deploy.yml
@@ -209,15 +209,14 @@ jobs:
209
210
- name: Move wheelhouse wheel files to dist
211
run: |
212
- rm dist/*
213
mv wheelhouse/* dist/
214
rmdir wheelhouse
215
216
- name: List contents of dist
217
run: ls -R dist
218
219
- name: Archive build artifacts
220
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v1
221
with:
222
name: dist-artifacts-manylinux-${{ matrix.python }}
223
path: dist/*
0 commit comments