Compare commits

...

2 commits

Author SHA1 Message Date
jupfi 620b5809ee Updated to cibuildwheel. 2024-04-20 12:10:36 +02:00
jupfi 815a3eb682 Build wheels with cibuildwheel 2024-04-20 12:05:07 +02:00

View file

@ -51,8 +51,8 @@ jobs:
- name: Publish to PyPI
run: |
pip install -U twine build
python -m build .
pip install -U twine cibuildwheel
python -m cibuildwheel .
python -m twine upload --repository pypi --username __token__ --password ${{ secrets.PYPI }} dist/*
env:
PYPI: ${{ secrets.PYPI }}