Skip to content

Commit

Permalink
Trying another release
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Jun 19, 2023
1 parent 383aa4a commit 1f77544
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
52 changes: 25 additions & 27 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,36 +21,36 @@ jobs:
#fail-fast: false # Continue even if other wheels fail
matrix:
include:
#- os: ubuntu-latest
# build: cp311-manylinux_x86_64
# manylinux: manylinux2014
#- os: ubuntu-latest
# build: cp310-manylinux_x86_64
# manylinux: manylinux2014
#- os: ubuntu-latest
# build: cp39-manylinux_x86_64
# manylinux: manylinux2014
#- os: ubuntu-latest
# build: cp38-manylinux_x86_64
# manylinux: manylinux2014
- os: ubuntu-latest
build: cp311-manylinux_x86_64
manylinux: manylinux2014
- os: ubuntu-latest
build: cp310-manylinux_x86_64
manylinux: manylinux2014
- os: ubuntu-latest
build: cp39-manylinux_x86_64
manylinux: manylinux2014
- os: ubuntu-latest
build: cp38-manylinux_x86_64
manylinux: manylinux2014

- os: macos-latest
build: cp311 #-macosx_x86_64
#- os: macos-latest
# build: cp310-macosx_x86_64
#- os: macos-latest
# build: cp39-macosx_x86_64
#- os: macos-latest
# build: cp38-macosx_x86_64
build: cp311-macosx_x86_64
- os: macos-latest
build: cp310-macosx_x86_64
- os: macos-latest
build: cp39-macosx_x86_64
- os: macos-latest
build: cp38-macosx_x86_64

- os: windows-latest
build: cp311-win_amd64
#- os: windows-latest
# build: cp310-win_amd64
#- os: windows-latest
# build: cp39-win_amd64
#- os: windows-2019 # 3.8 needs windows-2019
# build: cp38-win_amd64
- os: windows-latest
build: cp310-win_amd64
- os: windows-latest
build: cp39-win_amd64
- os: windows-2019 # 3.8 needs windows-2019
build: cp38-win_amd64

steps:
- name: Check out
Expand All @@ -72,8 +72,6 @@ jobs:
CIBW_BUILD: ${{ matrix.build }}
CIBW_BUILD_VERBOSITY: 1
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux }}
#CIBW_MANYLINUX_I686_IMAGE: ${{ matrix.manylinux }}
CIBW_ARCHS_MACOS: "x86_64 arm64"
#CIBW_TEST_COMMAND: python {package}/tests_in_the_package
CIBW_TEST_COMMAND: python {project}/test.py
#CIBW_BEFORE_ALL_WINDOWS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
name='myokit_beta',

# Version
version='0.0.6',
version='0.0.7',

# Description
description='Trying out distribution of wheels etc and llvm',
Expand Down

0 comments on commit 1f77544

Please sign in to comment.