mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
fix package script usage
This commit is contained in:
parent
6502f031d4
commit
c36fc51da2
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -135,7 +135,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build distribution _wheel_.
|
- name: Build distribution _wheel_.
|
||||||
run: |
|
run: |
|
||||||
/bin/package.sh
|
./bin/package.sh
|
||||||
|
|
||||||
- name: Publish distribution 📦 to PyPI.
|
- name: Publish distribution 📦 to PyPI.
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@master
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
my_dir=`dirname "$0"`
|
my_dir=`dirname "$0"`
|
||||||
cd $my_dir/..
|
cd $my_dir/..
|
||||||
|
|
||||||
rm -r build/* dist/*
|
rm -r build/* dist/* || echo "no build/* or dist/* folder is found"
|
||||||
python setup.py bdist_wheel sdist
|
python3 setup.py bdist_wheel sdist
|
||||||
|
Loading…
Reference in New Issue
Block a user