mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 18:58:56 -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 }}
|
name: Build wheel on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04, macos-latest]
|
os: [ubuntu-18.04, macos-latest]
|
||||||
|
|
||||||
@@ -89,4 +89,3 @@ jobs:
|
|||||||
working-directory: ./src/runtime/python
|
working-directory: ./src/runtime/python
|
||||||
run: |
|
run: |
|
||||||
curl -I --fail https://pypi.org/project/$(python setup.py --name)/$(python setup.py --version)/ || twine upload --repository testpypi dist/*
|
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