Skip to content

Commit ade8b35

Browse files
committed
github-actions: remove deletion of dists folder
1 parent e20644c commit ade8b35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,14 @@ jobs:
209209

210210
- name: Move wheelhouse wheel files to dist
211211
run: |
212-
rm dist/*
213212
mv wheelhouse/* dist/
214213
rmdir wheelhouse
215214
216215
- name: List contents of dist
217216
run: ls -R dist
218217

219218
- name: Archive build artifacts
220-
uses: actions/upload-artifact@v2
219+
uses: actions/upload-artifact@v1
221220
with:
222221
name: dist-artifacts-manylinux-${{ matrix.python }}
223222
path: dist/*

0 commit comments

Comments
 (0)