Skip to content

Commit

Permalink
fixed the default variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmayshah99 committed Oct 15, 2023
1 parent feaef72 commit 9f0f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Set for which Python version to build.
system_python_version=${{ matrix.python-version }}
py_version=${system_python_version//.} # 3.11 -> 311
EXPORT CIBW_BUILD=cp${py_version}-manylinux_x86_64
export CIBW_BUILD=cp${py_version}-manylinux_x86_64
# Build wheel
echo "Building ${CIBW_BUILD} wheel"
python -m cibuildwheel --output-dir dist .
Expand Down

0 comments on commit 9f0f975

Please sign in to comment.