diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e489d70..79ea5b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: artifacts-sdist - path: ./dist/tornado-*.tar.gz + path: ./dist/fuzzysearch-*.tar.gz build_wheels: name: Build wheels on ${{ matrix.os }} @@ -64,12 +64,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Install Python - uses: actions/setup-python@v5 - with: - python-version: ${{ env.python-version }} - cache: 'pip' - cache-dependency-path: .github/workflows/build.yml - name: Set up QEMU if: runner.os == 'Linux' uses: docker/setup-qemu-action@v3 @@ -85,5 +79,5 @@ jobs: - name: Upload wheel uses: actions/upload-artifact@v4 with: - name: artifacts-${{ matrix.os }}-${{ strategy.job-index }} + name: artifacts-${{ matrix.os }} path: ./wheelhouse/*.whl