@ -135,7 +135,7 @@ jobs:
- name: Build distribution _wheel_.
run: |
/bin/package.sh
./bin/package.sh
- name: Publish distribution 📦 to PyPI.
uses: pypa/gh-action-pypi-publish@master
@ -5,5 +5,5 @@
my_dir=`dirname "$0"`
cd $my_dir/..
rm -r build/* dist/*
python setup.py bdist_wheel sdist
rm -r build/* dist/* || echo "no build/* or dist/* folder is found"
python3 setup.py bdist_wheel sdist