4 lines
97 B
Batchfile
4 lines
97 B
Batchfile
@echo off
|
|
python setup.py bdist_wheel
|
|
python setup.py sdist
|
|
twine upload --repository pypi dist/* |