Skip to content

Commit 77c345e

Browse files
committed
Disable releases in .tar.gz format
1 parent 13589fa commit 77c345e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: pip install -r requirements.txt
7979

8080
- name: Build package
81-
run: python setup.py bdist_wheel sdist
81+
run: python setup.py bdist_wheel
8282

8383
- name: Check package
8484
run: twine check dist/*

0 commit comments

Comments
 (0)