Skip to content

Commit 9dae11c

Browse files
authored
Trying script that worked back then
1 parent 9068f3b commit 9dae11c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish-to-pypi-tmp.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,15 @@ jobs:
4747
python -m pip install cibuildwheel
4848
pip install -r requirements-dev.txt
4949
pip install setuptools wheel twine
50-
5150
- name: Build wheels
5251
env:
5352
CIBW_BUILD: cp${{ matrix.python }}-${{ matrix.platform_id }}
5453
run: |
5554
python -m cibuildwheel --output-dir wheelhouse
56-
5755
- uses: actions/upload-artifact@v2
5856
with:
5957
path: wheelhouse/*.whl
60-
58+
6159
deploy_sdist:
6260
runs-on: ubuntu-latest
6361
steps:

0 commit comments

Comments
 (0)