mirror of
https://github.com/zoriya/Autopipe.git
synced 2025-12-06 02:56:09 +00:00
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python3 setup.py sdist bdist_wheel
|
|
python3 -m twine upload dist/* |