diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5e79eb8..acf7e9d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -112,27 +112,6 @@ jobs: ~/.osxcross key: cache-ubuntu-maturin-cross-compile - - name: Upload wheels - uses: actions/upload-artifact@v3.2.2 - with: - path: dist/kmeans-* - - release: - name: Release - runs-on: ubuntu-latest - needs: [wheels] - permissions: - # Use to sign the release artifacts - id-token: write - # Used to upload release artifacts - contents: write - steps: - - uses: actions/download-artifact@v3 - with: - path: dist/ - - name: ls dist - run: | - ls dist - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: