We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cibuildwheel
manylinux
1 parent 96ec2d8 commit 5fe71b8Copy full SHA for 5fe71b8
.github/reusable-build/action.yml
@@ -10,8 +10,7 @@ runs:
10
- name: Build the package for Python ${{ inputs.python-version }}
11
shell: bash
12
run: |
13
- docker compose build --build-arg PYTHON_VERSION=${{ inputs.python-version }} manylinux2014
14
- docker compose run -e TF_VERSION=RELEASED_TF_2 manylinux2014
+ cibuildwheel --output-dir dist
15
16
- name: Upload wheel artifact for Python ${{ inputs.python-version }}
17
uses: actions/upload-artifact@v4
0 commit comments