Skip to content

Commit

Permalink
Enable release-testpypi (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh authored Nov 15, 2021
1 parent 5bdb0e3 commit a0d4e5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-brew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
- 'examples/**'
- 'requirements*'
- 'setup.cfg'
- 'version-check.py'
- 'check.py'
- 'MANIFEST.in'
- '.github/workflows/test-brew.yml'
- 'helper/homebrew/**'
Expand All @@ -20,7 +20,7 @@ on: # yamllint disable-line rule:truthy
- 'examples/**'
- 'requirements*'
- 'setup.cfg'
- 'version-check.py'
- 'check.py'
- 'MANIFEST.in'
- '.github/workflows/test-brew.yml'
- 'helper/homebrew/**'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
- 'examples/**'
- 'requirements*'
- 'setup.cfg'
- 'version-check.py'
- 'check.py'
- 'MANIFEST.in'
- '.github/workflows/test-docker.yml'
- 'Dockerfile'
Expand All @@ -20,7 +20,7 @@ on: # yamllint disable-line rule:truthy
- 'examples/**'
- 'requirements*'
- 'setup.cfg'
- 'version-check.py'
- 'check.py'
- 'MANIFEST.in'
- '.github/workflows/test-docker.yml'
- 'Dockerfile'
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
- 'examples/**'
- 'requirements*'
- 'setup.cfg'
- 'version-check.py'
- 'check.py'
- 'MANIFEST.in'
- '.github/workflows/test-library.yml'
pull_request:
Expand All @@ -19,7 +19,7 @@ on: # yamllint disable-line rule:truthy
- 'examples/**'
- 'requirements*'
- 'setup.cfg'
- 'version-check.py'
- 'check.py'
- 'MANIFEST.in'
- '.github/workflows/test-library.yml'
workflow_dispatch:
Expand Down Expand Up @@ -596,8 +596,7 @@ jobs:
needs:
- check
- pre-setup # transitive, for accessing settings
if: >- # FIXME: remove the line below once credentials are recovered
false &&
if: >-
fromJSON(needs.pre-setup.outputs.is-untagged-devel)
runs-on: Ubuntu-latest

Expand Down

0 comments on commit a0d4e5e

Please sign in to comment.