Skip to content

Commit

Permalink
clean up dist before copying wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mammothb authored Sep 7, 2024
1 parent 717dfc5 commit a3aac43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,16 @@ jobs:

- name: Copy to dist
run: |
[ -d dist ] && rm -rf dist
mkdir dist
cp ./download/*/*.whl ./dist
cp ./download/*/*.tar.gz ./dist
shell: bash -el {0}
shell: bash

- name: Show files to upload
run: |
ls -la dist
shell: bash -el {0}
shell: bash

- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@v1.8.14
Expand Down

0 comments on commit a3aac43

Please sign in to comment.