Skip to content

Commit

Permalink
github-actions: remove deletion of dists folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jul 22, 2024
1 parent e20644c commit ade8b35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,14 @@ jobs:

- name: Move wheelhouse wheel files to dist
run: |
rm dist/*
mv wheelhouse/* dist/
rmdir wheelhouse
- name: List contents of dist
run: ls -R dist

- name: Archive build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v1
with:
name: dist-artifacts-manylinux-${{ matrix.python }}
path: dist/*
Expand Down

0 comments on commit ade8b35

Please sign in to comment.