mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
5 lines
149 B
Bash
Executable File
5 lines
149 B
Bash
Executable File
#!/bin/zsh
|
|
python3 setup.py build
|
|
python3 setup.py sdist bdist_wheel
|
|
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
|