summaryrefslogtreecommitdiff
path: root/.github/workflows/build-python-package.yml
AgeCommit message (Collapse)Author
2023-11-17use older python version to keep distutilsInari Listenmaa
2023-09-25gh-actions: Bump the python versionAndreas Källberg
cibuildwheel requires python >= 3.8
2023-09-25gh-actions: Don't use ubuntu-18 and macos-10.15Andreas Källberg
There are no longer any gihub actions runners available for these Note that this means we can't build for ubuntu-18 anymore, but that should hopefully no longer be relevant, since it's over 5 years old now.
2021-06-10changed build wheels repo link from master to mainTristan Koh
2020-11-18Don't build binaries on pushJohn J. Camilleri
2020-11-18Install openjdk in macOS buildJohn J. Camilleri
2020-10-08Make CI greenAndreas Källberg
See https://github.com/joerick/cibuildwheel/issues/446
2020-06-15Add friendly name to upload jobJohn J. Camilleri
2020-06-15Only upload to PyPI on pushes to master.Michael Elsdörfer
2020-06-15Fix twine upload.Michael Elsdörfer
2020-06-14Remove references to live PyPI.Michael Elsdörfer
2020-06-14Make sure sdist is included.Michael Elsdörfer
2020-06-14Bring back fail-fast.Michael Elsdörfer
2020-06-14Add upload to PyPI step.Michael Elsdörfer
2020-06-14Add Github action workflow to build Python wheels.Michael Elsdörfer