Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable release-testpypi #741

Merged
merged 1 commit into from
Nov 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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