Skip to content

Commit 5faf983

Browse files
authored
Tzx/0302 (#12)
* test CI * sip i686 (32 bit) * use github
1 parent 7f5c0dd commit 5faf983

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
platform: [windows-latest, macos-latest, ubuntu-latest]
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
16+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
1717

1818
runs-on: ${{ matrix.platform }}
1919

.github/workflows/wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
with:
4444
submodules: true
4545

46-
- uses: pypa/cibuildwheel@v2.11.1
46+
- uses: pypa/cibuildwheel@v2.12.0
4747
env:
4848
CIBW_ARCHS_MACOS: auto universal2
4949
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
50-
CIBW_SKIP: pp*
50+
CIBW_SKIP: pp* *i686
5151

5252
- name: Verify clean directory
5353
run: git diff --exit-code
@@ -75,6 +75,6 @@ jobs:
7575
name: artifact
7676
path: dist
7777

78-
- uses: pypa/gh-action-pypi-publish@v1.5.1
78+
- uses: pypa/gh-action-pypi-publish@v1.6.4
7979
with:
8080
password: ${{ secrets.pypi_password }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ repos:
6161
- id: remove-tabs
6262
exclude: ^(docs|Makefile)
6363

64-
- repo: https://gitlab.com/pycqa/flake8
64+
- repo: https://github.com/PyCQA/flake8
6565
rev: 3.9.2
6666
hooks:
6767
- id: flake8

0 commit comments

Comments
 (0)