From e0f8d7e4bf16bcdaa1e4fa201ef699265eb3d08c Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Sat, 14 Dec 2024 10:21:01 +0000 Subject: [PATCH] Re-enable publish to PyPI --- .github/workflows/python.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index e8a5f24..4a83c0f 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,12 +211,12 @@ 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: [linux, windows, macos, sdist] + TODO: Use fasting build during testing needs: [macos, sdist] environment: testpypi steps: