From 293b791c9718435264fd96cd8bd13cdde2a44ccd Mon Sep 17 00:00:00 2001 From: Joaquin Matres <4514346+joamatab@users.noreply.github.com> Date: Tue, 10 May 2022 11:24:36 -0700 Subject: [PATCH] update build for manylinux and macos (#1077) --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3d7a21dd3..3ee38cf69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: needs: [build, make_sdist] runs-on: ubuntu-latest # Uncomment for real PyPi - # if: github.event_name == 'release' && github.event.action == 'published' + if: github.event_name == 'release' && github.event.action == 'published' steps: - uses: actions/download-artifact@v2 with: @@ -90,7 +90,7 @@ jobs: with: user: __token__ # Test PyPI - password: ${{ secrets.test_pypi_password }} - repository_url: https://test.pypi.org/legacy/ + # password: ${{ secrets.test_pypi_password }} + # repository_url: https://test.pypi.org/legacy/ # Uncomment for Real Pypi - # password: ${{ secrets.pypi_password }} + password: ${{ secrets.pypi_password }}