mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
Bring back fail-fast.
This commit is contained in:
3
.github/workflows/build-python-package.yml
vendored
3
.github/workflows/build-python-package.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
name: Build wheel on ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
fail-fast: true
|
||||
matrix:
|
||||
os: [ubuntu-18.04, macos-latest]
|
||||
|
||||
@@ -89,4 +89,3 @@ jobs:
|
||||
working-directory: ./src/runtime/python
|
||||
run: |
|
||||
curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/ || twine upload --repository testpypi dist/*
|
||||
# To test: repository_url: https://test.pypi.org/legacy/
|
||||
Reference in New Issue
Block a user