Skip to content

Commit

Permalink
use rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Dec 31, 2023
1 parent bf3fe2e commit d9136af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ jobs:
# vmprof-0.4.15-py3-none-any.whl
# when it should be
# vmprof-0.4.15-pp3-none-any.whl
mv vmprof*-{py3,pp3}-none-any.whl
ls ./*.whl
rename 's/py3/pp3/' vmprof-*.whl
- uses: actions/upload-artifact@v3
with:
path: ./vmprof*.whl
path: vmprof*.whl

0 comments on commit d9136af

Please sign in to comment.