Skip to content

Commit

Permalink
Revert "mock up publishing"
Browse files Browse the repository at this point in the history
This reverts commit dbdc1d6.
  • Loading branch information
lgarrison committed Nov 15, 2023
1 parent 6bbd5bb commit 814d727
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"]
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 814d727

Please sign in to comment.