File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 mkdir version
3636 echo "$(python _version.py).dev$(date '+%Y%m%d%H%M%S')" > version/version.txt
3737 cat version/version.txt
38- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
38+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
3939 with :
4040 name : version-file
4141 path : version
8484 sed "s/^MANYLINUX_VERSION.*/MANYLINUX_VERSION=\"manylinux_${GLIBC_VERSION}_x86_64.manylinux2014_x86_64\"/" BUILD -i || true
8585 bazel build --define GLIBC_VERSION=$GLIBC_VERSION --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel
8686
87- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
87+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
8888 with :
8989 name : python-wheels-${{ matrix.os }}-${{ matrix.python-version }}
9090 path : ./bazel-bin/*.whl
@@ -157,7 +157,7 @@ jobs:
157157 PYTHONPATH=src/_lib/::$PYTHONPATH pytest src/_lib/
158158
159159
160- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
160+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
161161 with :
162162 name : python-wheels-${{ matrix.os }}-${{ matrix.python-version }}-legacy
163163 path : ./bazel-bin/*.whl
Original file line number Diff line number Diff line change 3434 mkdir version
3535 echo "$(python _version.py)" > version/version.txt
3636 cat version/version.txt
37- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
37+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
3838 with :
3939 name : version-file
4040 path : version
8484 sed "s/^MANYLINUX_VERSION.*/MANYLINUX_VERSION=\"manylinux_${GLIBC_VERSION}_x86_64.manylinux2014_x86_64\"/" BUILD -i || true
8585 bazel build --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel
8686
87- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
87+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
8888 with :
8989 name : python-wheels-${{ matrix.os }}-${{ matrix.python-version }}
9090 path : ./bazel-bin/*.whl
You can’t perform that action at this time.
0 commit comments