Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-salles committed Jun 19, 2024
1 parent 6ca1614 commit 6f498e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# uses: pypa/cibuildwheel@v2.16.2
env:
# Disable building PyPy wheels on all platforms
CIBW_SKIP: 'pp*'
# CIBW_SKIP: 'pp*'
CIBW_ENVIRONMENT_WINDOWS: "CFLAGS='-lquadmath'"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_ARCHS: 'auto64'
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'gospl',
'c',
version: '1.1b0',
version: '1.1.0',
meson_version: '>= 1.0',)

name = 'gospl'
Expand Down

0 comments on commit 6f498e3

Please sign in to comment.