Skip to content

Commit

Permalink
disabled Windows wheels, version bump
Browse files Browse the repository at this point in the history
Super lame! Since the github action builds the all the wheels and uploads them to pypi, and since pypi security does not allow replacing a file in an existing version, I had to disable the wheel building in GH and do a version bump :(
  • Loading branch information
toomanybrians committed Jan 16, 2023
1 parent e67e01d commit 3d63b5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-latest
python-version: 3.7
cibw-build: cp37-win_amd64
- os: windows-latest
python-version: 3.8
cibw-build: cp38-win_amd64
- os: windows-latest
python-version: 3.9
cibw-build: cp39-win_amd64
# - os: windows-latest
# python-version: 3.7
# cibw-build: cp37-win_amd64
# - os: windows-latest
# python-version: 3.8
# cibw-build: cp38-win_amd64
# - os: windows-latest
# python-version: 3.9
# cibw-build: cp39-win_amd64
- os: ubuntu-latest
python-version: 3.7
cibw-build: cp37-manylinux_x86_64
Expand Down
2 changes: 1 addition & 1 deletion mpfmc/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.56.0'
__version__ = '0.56.1'
__short_version__ = '0.56'
__bcp_version__ = '1.1'
__config_version__ = '5'
Expand Down

0 comments on commit 3d63b5f

Please sign in to comment.