Skip to content

Commit

Permalink
test pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Oct 15, 2024
1 parent e7ad4ae commit 147b988
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:

matrix:
os:
- windows-2019
- ubuntu-20.04
- macos-latest
# - windows-2019
# - ubuntu-20.04
- macos-13
# - macos-latest
python-version:
- "2.7"
- "3.13"
Expand Down Expand Up @@ -49,6 +50,8 @@ jobs:
- os: windows-2019
lua-version: luajit-5.1

- os: macos-13
python-version: "2.7"
- os: macos-latest
python-version: "2.7"
- os: macos-latest
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,7 @@ jobs:
run: |
MATRIX=$(
{
cibuildwheel --print-build-identifiers --platform linux \
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
&& cibuildwheel --print-build-identifiers --platform macos \
| jq -nRc '{"only": inputs, "os": "macos-latest"}' \
&& cibuildwheel --print-build-identifiers --platform windows \
cibuildwheel --print-build-identifiers --platform windows \
| jq -nRc '{"only": inputs, "os": "windows-2019"}'
} | jq -sc
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
except ImportError:
from distutils.core import setup, Extension

VERSION = '2.2'
VERSION = '2.2.22'

extra_setup_args = {}

Expand Down

0 comments on commit 147b988

Please sign in to comment.