mirror of
https://github.com/ihabunek/toot.git
synced 2025-02-02 15:07:51 -05:00
Don't upload zip to pypi, expects only tar.gz
This commit is contained in:
parent
bfe6768d0c
commit
8db1ff42b2
2
Makefile
2
Makefile
@ -8,7 +8,7 @@ deb_dist:
|
||||
python setup.py --command-packages=stdeb.command bdist_deb
|
||||
|
||||
publish :
|
||||
twine upload dist/*
|
||||
twine upload dist/*.tar.gz dist/*.whl
|
||||
|
||||
test:
|
||||
pytest -v -s
|
||||
|
Loading…
x
Reference in New Issue
Block a user