Skip to content

Commit

Permalink
publish: Download to temp-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Mar 9, 2022
1 parent 4b81ddb commit 9d17eec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ jobs:
- name: download
uses: actions/download-artifact@v2
with:
path: dist/
path: temp-dist/
# Only copy the wheels and source dist files. Additional lingering
# files will cause issues
- name: Copy Files to dist
shell: bash
run: |
cp dist/*/*.whl dist/
cp dist/*/*.tar.gz dist/
cp temp-dist/*/*.whl dist/
cp temp-dist/*/*.tar.gz dist/
- uses: pypa/[email protected]
with:
user: __token__
Expand Down

0 comments on commit 9d17eec

Please sign in to comment.