summaryrefslogtreecommitdiff
path: root/.github/workflows/build-python-package.yml
AgeCommit message (Collapse)Author
2025-08-08add macos-13 to build for intel macInari Listenmaa
2025-08-03minor fixes in uploading to PyPIInari Listenmaa
2024-10-23Use different artifact names as is required by upload-artifact@v4Andreas Källberg
2024-10-23add sudo to make install to fix CI failureAndreas Källberg
2024-10-23add glibtoolize dependency for mac CIAndreas Källberg
2024-10-23Bump more action versionsAndreas Källberg
2024-10-23fix typoAndreas Källberg
2024-10-23Update setup-python github actionAndreas Källberg
Let's see if this fixes CI
2024-09-03Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflowsdependabot[bot]
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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