mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
build: fix package.sh to run from everywhere.
This commit is contained in:
parent
629cbba740
commit
e044b8e74e
@ -1,2 +1,5 @@
|
|||||||
|
my_dir=`dirname "$0"`
|
||||||
|
cd $my_dir/..
|
||||||
|
|
||||||
rm -r build/* dist/*
|
rm -r build/* dist/*
|
||||||
python setup.py bdist_wheel sdist
|
python setup.py bdist_wheel sdist
|
||||||
|
Loading…
Reference in New Issue
Block a user