Skip to content

Commit

Permalink
native aarch64 test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 13, 2023
1 parent 81a645f commit 1f3672a
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# For python 3.10 and 3.11, do not install extras (sparsesuite)
- name: Install package and dependencies (CPython)
if: !contains(matrix.python-version, 'pypy') && (matrix.python-version != '3.9')
if: (!contains(matrix.python-version, 'pypy')) && (matrix.python-version != '3.9')
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade numpy
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-macos

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build-windows

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check-manifest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: "Check Manifest"

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types: [published]

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-conda.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-conda

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docker

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-docs

on:
push:
branches:
- main
# push:
# branches:
# - main
pull_request:
branches:
- main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: deploy-pypi

on:
push:
branches:
- main
# push:
# branches:
# - main
release:
types:
- published
Expand Down
2 changes: 1 addition & 1 deletion imate/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.20.14"
__version__ = "0.21.0"
2 changes: 1 addition & 1 deletion tools/ci/cirrus_deploy_conda_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ conda_build_wheels_linux_aarch64_task:
# CIBW_BUILD: "*-manylinux_aarch64"
CIBW_SKIP: "pp* cp36-* cp37-* cp38-*"
CIBW_BUILD_VERBOSITY: "3"
CIBW_MANYLINUX_AARCH64_IMAGE: sameli/manylinux2014_aarch64_cuda_12.2
CIBW_MANYLINUX_AARCH64_IMAGE: sameli/manylinux2014_aarch64_cuda_12.3
CIBW_ENVIRONMENT: >
USE_LONG_INT=0
USE_UNSIGNED_LONG_INT=0
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/cirrus_deploy_pypi_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pypi_build_wheels_linux_aarch64_task:
# CIBW_BUILD: "*-manylinux_aarch64"
CIBW_SKIP: "pp37-* cp36-* cp37-* cp38-*"
CIBW_BUILD_VERBOSITY: "3"
CIBW_MANYLINUX_AARCH64_IMAGE: sameli/manylinux2014_aarch64_cuda_12.2
CIBW_MANYLINUX_AARCH64_IMAGE: sameli/manylinux2014_aarch64_cuda_12.3
CIBW_ENVIRONMENT: >
USE_LONG_INT=0
USE_UNSIGNED_LONG_INT=0
Expand Down

0 comments on commit 1f3672a

Please sign in to comment.