Skip to content

Commit

Permalink
mock up publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Nov 15, 2023
1 parent 8580ffa commit dbdc1d6
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: ${{ github.event_name == 'release' && github.event.action == 'published' }}
PUBLISH: true # ${{ 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 @@ -90,7 +90,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 dbdc1d6

Please sign in to comment.