diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5d320a4..7750ece 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: pypi_sdist_build: runs-on: ubuntu-latest needs: [build_and_test] - if: startsWith(github.ref, 'refs/tags/') + #if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/checkout@v4 with: @@ -70,7 +70,7 @@ jobs: os: ["ubuntu-latest", "macos-11"] runs-on: ${{ matrix.os }} needs: [build_and_test] - if: startsWith(github.ref, 'refs/tags/') + #if: startsWith(github.ref, 'refs/tags/') env: CIBW_BUILD: "cp3{8,9,10,11,12}-{manylinux_x86_64,manylinux_aarch64,macosx_arm64,macosx_x86_64}" CIBW_ARCHS_MACOS: "x86_64 arm64" @@ -118,6 +118,7 @@ jobs: pipy_upload: needs: [pypi_sdist_build, pypi_wheel_build] runs-on: ubuntu-latest + if: startsWith(github.ref, 'refs/tags/') steps: - uses: actions/download-artifact@v4 with: