Skip to content

Commit

Permalink
skip musllinux wheels build
Browse files Browse the repository at this point in the history
  • Loading branch information
liudonghua123 committed Nov 23, 2022
1 parent 4355523 commit f07a6f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# to supply options, put them in 'env', like:
env:
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-*
CIBW_SKIP: "*-musllinux_*"


- uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion rtmidi/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.5.0'
version = '1.4.9'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[egg_info]
tag_build = .dev
# tag_build = .dev
#tag_date = true
#tag_svn_revision = true

Expand Down

0 comments on commit f07a6f0

Please sign in to comment.