Remove source tar.gz from github release

This commit is contained in:
Timmy Welch 2024-06-29 19:03:36 -07:00
parent 64db58ed3d
commit 45c604b332

View File

@ -71,7 +71,6 @@ jobs:
dist/binary/*.dmg
dist/binary*.AppImage
dist/*${{ fromJSON('["never", ""]')[runner.os == 'Linux'] }}.whl
dist/*.tar.gz
- name: "Publish distribution 📦 to PyPI"
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux'