Switch macos back to cross compile, since no runner is available for … #42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI build | |
on: | |
push: | |
branches: | |
- 'main' | |
- 'master' | |
workflow_dispatch: | |
jobs: | |
CIBW: | |
uses: lukeparser/pybison/.github/workflows/cibuildwheel.yml@master | |
secrets: | |
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }} |