From 5f9372c30c96711a3d73344b3ffd7231a53e1723 Mon Sep 17 00:00:00 2001 From: Zach Baird <22378936+zmeri@users.noreply.github.com> Date: Fri, 10 Sep 2021 14:23:55 +0300 Subject: [PATCH] uncomment if condition --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 89c2f59..3156b4d 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -61,7 +61,7 @@ jobs: upload_pypi: needs: [build_wheels, build_sdist] runs-on: ubuntu-latest - # 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: