Skip to content

Commit 5fe71b8

Browse files
Use cibuildwheel instead of manylinux image
1 parent 96ec2d8 commit 5fe71b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/reusable-build/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ runs:
1010
- name: Build the package for Python ${{ inputs.python-version }}
1111
shell: bash
1212
run: |
13-
docker compose build --build-arg PYTHON_VERSION=${{ inputs.python-version }} manylinux2014
14-
docker compose run -e TF_VERSION=RELEASED_TF_2 manylinux2014
13+
cibuildwheel --output-dir dist
1514
1615
- name: Upload wheel artifact for Python ${{ inputs.python-version }}
1716
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)