Skip to content

Commit

Permalink
Merge pull request #269 from PrimozGodec/automated-release
Browse files Browse the repository at this point in the history
[CI] Automated release from common repository
  • Loading branch information
PrimozGodec authored Mar 1, 2024
2 parents ee6ed28 + abaa73f commit 76bebcb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 152 deletions.
137 changes: 0 additions & 137 deletions .github/workflows/build_wheels.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Release

Check failure on line 1 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / release / Build wheels on cp39-manylinux_x86_64

.github/workflows/release.yml#L1

This run was manually canceled.

Check failure on line 1 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / release / Build wheels on cp310-manylinux_aarch64

.github/workflows/release.yml#L1

This run was manually canceled.

Check failure on line 1 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / release / Build wheels on cp39-macosx_arm64

.github/workflows/release.yml#L1

This run was manually canceled.

Check failure on line 1 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / release / Build wheels on cp39-win_amd64

.github/workflows/release.yml#L1

This run was manually canceled.

Check failure on line 1 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / release / PyPI Publish

.github/workflows/release.yml#L1

This run was manually canceled.

Check failure on line 1 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / release / Upload Release Assets

.github/workflows/release.yml#L1

This run was manually canceled.
on:
release:
types: [published]
workflow_dispatch:

jobs:
release:
uses: biolab/orange-ci-cd/.github/workflows/release.yml@master
with:
pure-python: false
15 changes: 0 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "cython", "oldest-supported-numpy"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
# Restrict the set of builds to mirror the wheels available in Orange3.
skip = ["cp36-*", "cp37-*", "pp*", "*-musllinux_*"]
build-verbosity = 2
test-requires = ["pyqt5", "pytest"]

[tool.cibuildwheel.linux]
archs = ["x86_64", "aarch64"]

[tool.cibuildwheel.windows]
archs = ["AMD64"]

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]

0 comments on commit 76bebcb

Please sign in to comment.