1
0
forked from GitHub/gf-core
This commit is contained in:
Krasimir Angelov
2023-01-25 19:10:28 +01:00
parent 11f0044b7c
commit 8621cf4db6

View File

@@ -290,33 +290,15 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
install: >-
git
mingw-w64-x86_64-python3
mingw-w64-x86_64-python3-pip
- name: Download artifact
uses: actions/download-artifact@master
with:
name: libpgf-windows
- name: Install cibuildwheel
shell: msys2 {0}
run: |
python3 -m pip install git+https://github.com/joerick/cibuildwheel.git@main
- name: Install and test bindings
shell: msys2 {0}
env:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "(cd {project}/src/runtime/python; pytest)"
CIBW_SKIP: "*-win32"
run: |
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- uses: actions/upload-artifact@master
with: