From 9dae11c7f559b1de24d64ce5ae39360ead9fb9bf Mon Sep 17 00:00:00 2001 From: Olivier Boulant Date: Wed, 25 Nov 2020 16:24:56 +0100 Subject: [PATCH] Trying script that worked back then --- .github/workflows/publish-to-pypi-tmp.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-pypi-tmp.yml b/.github/workflows/publish-to-pypi-tmp.yml index 26e8c202..1b1d317d 100644 --- a/.github/workflows/publish-to-pypi-tmp.yml +++ b/.github/workflows/publish-to-pypi-tmp.yml @@ -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: