mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
temporary disable testing on Windows
This commit is contained in:
13
.github/workflows/build-majestic.yml
vendored
13
.github/workflows/build-majestic.yml
vendored
@@ -300,20 +300,20 @@ jobs:
|
||||
|
||||
- name: Install and test bindings
|
||||
env:
|
||||
CIBW_TEST_REQUIRES: pytest
|
||||
CIBW_TEST_COMMAND: "pytest {project}\\src\\runtime\\python"
|
||||
# CIBW_TEST_REQUIRES: pytest
|
||||
# CIBW_TEST_COMMAND: "pytest {project}\\src\\runtime\\python"
|
||||
CIBW_SKIP: "pp* *-win32"
|
||||
run: |
|
||||
python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse
|
||||
|
||||
- uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: python-windows
|
||||
name: windows-python
|
||||
path: ./wheelhouse
|
||||
|
||||
upload_pypi:
|
||||
name: Upload to PyPI
|
||||
needs: [linux-python, macos-python]
|
||||
needs: [linux-python, macos-python, windows-python]
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/majestic' && github.event_name == 'push'
|
||||
|
||||
@@ -338,6 +338,11 @@ jobs:
|
||||
name: python-macos
|
||||
path: ./dist
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: windows-macos
|
||||
path: ./dist
|
||||
|
||||
- name: Publish
|
||||
env:
|
||||
TWINE_USERNAME: __token__
|
||||
|
||||
Reference in New Issue
Block a user