Skip to content

Commit

Permalink
Copy the artifacts to where I can glob them for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Sep 16, 2024
1 parent 547cf63 commit 1206618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
shopt -s globstar
cp artifacts/**/*.whl .
python3 -m pip install -U pip
python3 -m pip install -U twine
python3 -m twine upload --verbose *.whl

0 comments on commit 1206618

Please sign in to comment.