This commit is contained in:
Jérome Eertmans
2022-09-07 23:44:08 +02:00
parent 11494209e4
commit cc42a1bac5

View File

@ -21,8 +21,11 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v2
- name: Install package
run: python -m pip install -U .
- name: Install cibuildwheel
run: python -m pip install -U setuptools wheel pip .
run: python -m pip install -U setuptools wheel pip
- name: Build wheels
run: python setup.py sdist