Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 28, 2024
1 parent 2e9d2c4 commit 5117247
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0)
cmake_minimum_required(VERSION 3.5.0)

set(CMAKE_CXX_STANDARD 11)

Expand Down
4 changes: 4 additions & 0 deletions dev/build_base_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ def main():
docker tag {OUR_IMAGE_NAME} {OUR_DOCKER_URI}
docker push {OUR_DOCKER_URI}
# Note you will likely need to make the image public on quay.io if
# you have not done so already
# https://quay.io/repository/erotemic/{OUR_IMAGE_BASE}?tab=settings
'''), 'bash'))


Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
requires = [ "setuptools>=41.0.1", "scikit-build>=0.11.1", "numpy", "ninja>=1.10.2", "cmake>=3.21.2", "cython>=0.29.24",]

[tool.cibuildwheel]

# TODO: abi3 wheels
# https://scikit-build-core.readthedocs.io/en/latest/configuration.html
# https://cibuildwheel.pypa.io/en/stable/faq/#abi3

build = "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"
build-frontend = "build"
skip = "pp* cp27-* cp34-* cp35-* cp36-* *-musllinux_* *i686*"
Expand Down

0 comments on commit 5117247

Please sign in to comment.