Create pypi_uploader.sh
This commit is contained in:
parent
c10aa9279c
commit
72b80ca44e
12
manuals/pypi_uploader.sh
Normal file
12
manuals/pypi_uploader.sh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
python3 --V
|
||||||
|
cd ..
|
||||||
|
python3 -m venv waybackvenv
|
||||||
|
. waybackvenv/bin/activate
|
||||||
|
cd -
|
||||||
|
pip3 install --upgrade pip3
|
||||||
|
pip3 install setuptools -U
|
||||||
|
pip3 install wheel --upgrade
|
||||||
|
pip3 install twine -U
|
||||||
|
python3 setup.py sdist bdist_wheel
|
||||||
|
twine upload dist/*
|
Loading…
Reference in New Issue
Block a user