From f6b3440902f278fc9c45b039d3ddf2cc53e33941 Mon Sep 17 00:00:00 2001 From: nnmm Date: Tue, 23 Jul 2024 22:20:59 +0200 Subject: [PATCH] Fix CI --- .github/workflows/CI.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ca729bb..999660a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -86,20 +86,3 @@ jobs: with: name: wheels path: dist - - release: - name: Release - runs-on: ubuntu-latest - if: "startsWith(github.ref, 'refs/tags/')" - needs: [linux, windows, macos, sdist] - steps: - - uses: actions/download-artifact@v3 - with: - name: wheels - - name: Publish to PyPI - uses: PyO3/maturin-action@v1 - env: - MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} - with: - command: upload - args: --skip-existing *