There was an error while loading. Please reload this page.
1 parent eaf2d99 commit 36acdeeCopy full SHA for 36acdee
1 file changed
.github/workflows/dry-run-release.yml
@@ -88,7 +88,7 @@ jobs:
88
ABI_TAG="$(python -c "print(\"cp${TARGET_PYTHON}\".replace(\".\", \"\"))")"
89
echo $ABI_TAG
90
bazel cquery "@rules_python//python/config_settings:py_freethreaded" --output=build # A debug statement
91
- bazel build --define ABI_TAG=$ABI_TAG --define GLIBC_VERSION=$GLIBC_VERSION --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel
+ bazel build --config=wheel --define ABI_TAG=$ABI_TAG --define GLIBC_VERSION=$GLIBC_VERSION --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel
92
93
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
94
with:
0 commit comments