Skip to content

Commit

Permalink
Trying script that worked back then
Browse files Browse the repository at this point in the history
  • Loading branch information
oboulant authored Nov 25, 2020
1 parent 9068f3b commit 9dae11c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-to-pypi-tmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,15 @@ jobs:
python -m pip install cibuildwheel
pip install -r requirements-dev.txt
pip install setuptools wheel twine
- name: Build wheels
env:
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
run: |
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v2
with:
path: wheelhouse/*.whl

deploy_sdist:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9dae11c

Please sign in to comment.