From 814d7270071addccf7bf7635a66260e004fc4d6a Mon Sep 17 00:00:00 2001 From: Lehman Garrison Date: Wed, 15 Nov 2023 17:52:35 -0500 Subject: [PATCH] Revert "mock up publishing" This reverts commit dbdc1d6f7996243b880b4a09d45847f7e6d844dd. --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc35de3..224da35 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ on: jobs: build: - # if: ${{ github.event_name == 'release' && github.event.action == 'published' }} + if: ${{ github.event_name == 'release' && github.event.action == 'published' }} name: build runs-on: ubuntu-latest @@ -39,7 +39,7 @@ jobs: needs: [build] runs-on: ubuntu-latest env: - PUBLISH: true # ${{ github.event_name == 'release' && github.event.action == 'published' }} + PUBLISH: ${{ github.event_name == 'release' && github.event.action == 'published' }} strategy: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] @@ -92,7 +92,7 @@ jobs: ./tests/test_pipe_asdf.sh upload: - # if: ${{ github.event_name == 'release' && github.event.action == 'published' }} + if: ${{ github.event_name == 'release' && github.event.action == 'published' }} needs: [build, tests] environment: pypi permissions: