diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index e8a5f24..0be4c37 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -192,8 +192,9 @@ jobs: path: dist release: - name: Release + name: Release to PyPI runs-on: ubuntu-latest + # TODO Re-enable after first successful run if: "startsWith(github.ref, 'refs/tags/')" # TODO: add re-enable manylinux once earlier step is fixed # needs: [linux, musllinux, windows, macos, sdist] @@ -210,13 +211,11 @@ jobs: args: --non-interactive --skip-existing wheels-*/* publish_test: - name: Release + name: Release to TestPyPI runs-on: ubuntu-latest # TODO: add re-enable manylinux once earlier step is fixed # needs: [linux, musllinux, windows, macos, sdist] - # needs: [linux, windows, macos, sdist] - # TODO: Use fasting build during testing - needs: [macos, sdist] + needs: [linux, windows, macos, sdist] environment: testpypi steps: - uses: actions/download-artifact@v4