Skip to content

Commit f1b68d3

Browse files
author
Alecks Gates
committed
Switch builds to RalfG/python-wheels-manylinux-build@v0.6.0
1 parent bebad5e commit f1b68d3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Copy schema files from upstream
2525
run: ./copy-schema-files.sh
2626
- name: Build manylinux Python 3.8 wheels
27-
uses: agates/python-wheels-manylinux-build@v0.5.5
27+
uses: RalfG/python-wheels-manylinux-build@v0.6.0
2828
with:
2929
pre-build-command: 'sh pre-build.sh'
3030
python-versions: 'cp38-cp38'
@@ -34,7 +34,7 @@ jobs:
3434
- name: Remove obsolete wheels
3535
run: sudo rm dist/*manylinux_2_17_x86_64.whl
3636
- name: Build manylinux Python 3.9 wheels
37-
uses: agates/python-wheels-manylinux-build@v0.5.5
37+
uses: RalfG/python-wheels-manylinux-build@v0.6.0
3838
with:
3939
pre-build-command: 'sh pre-build.sh'
4040
python-versions: 'cp39-cp39'
@@ -44,7 +44,7 @@ jobs:
4444
- name: Remove obsolete wheels
4545
run: sudo rm dist/*manylinux_2_17_x86_64.whl
4646
- name: Build manylinux Python 3.10 wheels
47-
uses: agates/python-wheels-manylinux-build@v0.5.5
47+
uses: RalfG/python-wheels-manylinux-build@v0.6.0
4848
with:
4949
pre-build-command: 'sh pre-build.sh'
5050
python-versions: 'cp310-cp310'
@@ -54,17 +54,17 @@ jobs:
5454
- name: Remove obsolete wheels
5555
run: sudo rm dist/*manylinux_2_17_x86_64.whl
5656
- name: Build manylinux Python 3.11 wheels
57-
uses: agates/python-wheels-manylinux-build@v0.5.5
57+
uses: RalfG/python-wheels-manylinux-build@v0.6.0
5858
with:
5959
pre-build-command: 'sh pre-build.sh'
6060
python-versions: 'cp311-cp311'
61-
build-requirements: 'poetry poetry-core poetry-plugin-export setuptools cython>=0.29.32 capnpy-agates'
61+
build-requirements: 'poetry-core setuptools capnpy-agates'
6262
pip-wheel-args: '-w ./dist --no-deps --no-build-isolation'
6363
system-packages: 'capnproto'
6464
- name: Remove obsolete wheels
6565
run: sudo rm dist/*manylinux_2_17_x86_64.whl
6666
- name: Build python files #(Yes this is redundant but poetry wont include python files in wheels that don't exist when it starts)
67-
uses: agates/python-wheels-manylinux-build@v0.5.5
67+
uses: RalfG/python-wheels-manylinux-build@v0.6.0
6868
with:
6969
pre-build-command: 'sh pre-build.sh'
7070
python-versions: 'pp39-pypy39_pp73'
@@ -74,7 +74,7 @@ jobs:
7474
- name: Remove empty pypy wheel
7575
run: sudo rm dist/*pp39-pypy39_pp73*.whl
7676
- name: Build manylinux Python3 pypy wheels
77-
uses: agates/python-wheels-manylinux-build@v0.5.5
77+
uses: RalfG/python-wheels-manylinux-build@v0.6.0
7878
with:
7979
pre-build-command: 'sh pre-build.sh'
8080
python-versions: 'pp39-pypy39_pp73'

0 commit comments

Comments
 (0)