File tree Expand file tree Collapse file tree 3 files changed +5
-30
lines changed Expand file tree Collapse file tree 3 files changed +5
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
with :
20
20
github_token : ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}
21
21
version_file : immutables/_version.py
22
+ require_team : Release Managers
23
+ require_approval : no
22
24
version_line_pattern : |
23
25
__version__\s*=\s*(?:['"])([[:PEP440:]])(?:['"])
24
26
@@ -87,13 +89,11 @@ jobs:
87
89
with :
88
90
platforms : arm64
89
91
90
- - uses : pypa/cibuildwheel@v2.0 .1
92
+ - uses : pypa/cibuildwheel@v2.3 .1
91
93
env :
92
94
CIBW_BUILD_VERBOSITY : 1
93
- CIBW_BUILD : " cp36-* cp37-* cp38-* cp39-*"
95
+ CIBW_BUILD : " cp36-* cp37-* cp38-* cp39-* cp310-* "
94
96
CIBW_ARCHS : ${{ matrix.cibw_arch }}
95
- CIBW_MANYLINUX_X86_64_IMAGE : quay.io/pypa/manylinux1_x86_64
96
- CIBW_MANYLINUX_I686_IMAGE : quay.io/pypa/manylinux1_i686
97
97
CIBW_SKIP : " pp*"
98
98
CIBW_TEST_EXTRAS : " test"
99
99
CIBW_TEST_COMMAND : " cd .. && python {project}/tests/__init__.py"
Original file line number Diff line number Diff line change 10
10
# supported platforms, publish the packages on PyPI, merge the PR
11
11
# to the target branch, create a Git tag pointing to the commit.
12
12
13
- __version__ = '0.17.dev0 '
13
+ __version__ = '0.17'
You can’t perform that action at this time.
0 commit comments