mirror of
https://github.com/JoelBender/bacpypes
synced 2025-10-05 22:18:16 +08:00
no need to run setup as a superuser
This commit is contained in:
parent
a811aad58f
commit
4b163d27f0
|
@ -1,8 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
python setup.py sdist
|
||||||
|
|
||||||
for ver in 2.7 3.4; do
|
for ver in 2.7 3.4; do
|
||||||
sudo python$ver setup.py bdist_egg
|
python$ver setup.py bdist_egg
|
||||||
sudo python$ver setup.py bdist_wheel
|
python$ver setup.py bdist_wheel
|
||||||
done
|
done
|
||||||
twine upload dist/*
|
twine upload dist/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user