1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

clear previous build wheels before building in CI

This commit is contained in:
Nick Sweeting 2020-12-11 18:26:27 +02:00
parent db1f9b759e
commit 7de7ff9a54

View file

@ -24,6 +24,7 @@ jobs:
- name: Build Python Package
run: |
pip3 install --upgrade pip setuptools wheel
rm -Rf pip_dist/*.whl
python3 setup.py \
sdist --dist-dir=./pip_dist \
bdist_wheel --dist-dir=./pip_dist \