Mentions légales du service

Skip to content
Snippets Groups Projects
Unverified Commit 5b9aabb8 authored by Henry Schreiner's avatar Henry Schreiner Committed by GitHub
Browse files

chore: match cmake example wheels (#44)

* chore: try pinning pybind11

* Update pyproject.toml

* chore: match cmake_example wheels

* Update pyproject.toml
parent ce7c529d
No related branches found
No related tags found
No related merge requests found
......@@ -10,10 +10,6 @@ on:
types:
- published
env:
CIBW_TEST_COMMAND: pytest {project}/tests
CIBW_TEST_EXTRAS: test
jobs:
build_sdist:
......@@ -47,15 +43,16 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- uses: pypa/cibuildwheel@v2.8.1
env:
CIBW_ARCHS_MACOS: auto universal2
- name: Verify clean directory
run: git diff --exit-code
shell: bash
- name: Upload wheels
uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl
......@@ -78,5 +75,4 @@ jobs:
- uses: pypa/gh-action-pypi-publish@v1.5.1
with:
user: __token__
password: ${{ secrets.pypi_password }}
......@@ -5,8 +5,12 @@ requires = [
"cmake>=3.22",
"scikit-build>=0.15.0",
]
build-backend = "setuptools.build_meta"
[tool.isort]
profile = "black"
[tool.cibuildwheel]
test-command = "pytest {project}/tests"
test-extras = ["test"]
test-skip = ["*universal2:arm64"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment