Skip to content

Commit

Permalink
Don't dictate the name of the tar.gz file
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jul 1, 2024
1 parent 13eb8a6 commit 5a69173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python setup.py sdist
cp wheels/Piff* dist
ls -l dist
tar tvfz dist/Piff-*.tar.gz
tar tvfz dist/*.tar.gz
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 5a69173

Please sign in to comment.