Skip to content

Commit

Permalink
Bump version to rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed Oct 3, 2023
1 parent 233dc1c commit 7643b0b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,10 @@ jobs:
runs-on: ${{ matrix.os }}-latest
strategy:
matrix:
os: [ubuntu]
build: ["cp36-* cp37-*", "cp38-* cp39-*", "cp310-* cp311-*", "cp312-*"]
os: [macos]
build: ["cp310-*"]
x64image: [manylinux_2_28]

include:
- os: macos
build: "cp36-* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"

- os: ubuntu
build: "cp38-manylinux_x86_64"
x64image: manylinux2014

steps:
- name: Checkout pysam
uses: actions/checkout@v3
Expand All @@ -43,6 +35,8 @@ jobs:
CIBW_BUILD: ${{ matrix.build }}
CIBW_SKIP: "*musllinux*"

CIBW_BUILD_VERBOSITY_MACOS: 3

CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 arm64

Expand Down
2 changes: 1 addition & 1 deletion pysam/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# pysam versioning information
__version__ = "0.21.0"
__version__ = "0.22.0rc8"

__samtools_version__ = "1.18"
__bcftools_version__ = "1.18"
Expand Down

0 comments on commit 7643b0b

Please sign in to comment.