From b33ea7a6f49f67cefa6cd53470c7350aaa3b22ea Mon Sep 17 00:00:00 2001 From: Andreas Fehlner Date: Mon, 15 Jul 2024 11:29:12 +0200 Subject: [PATCH] update --- .github/workflows/release_mac.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_mac.yml b/.github/workflows/release_mac.yml index 7a3cd08744f..e5c5021197d 100644 --- a/.github/workflows/release_mac.yml +++ b/.github/workflows/release_mac.yml @@ -66,10 +66,10 @@ jobs: source workflow_scripts/protobuf/build_protobuf_unix.sh $NUM_CORES $(pwd)/protobuf/protobuf_install if [ '${{ github.event_name }}' == 'schedule' ]; then sed -i '' 's/name = "onnx"/name = "onnx-weekly"/' 'pyproject.toml' + head -n 10 pyproject.toml todays_date=.dev'${{ inputs.currdate }}' cat VERSION_NUMBER - sed -i " 1 s/$/$todays_date/" 'VERSION_NUMBER' - cat VERSION_NUMBER + cat $(todays_date) export ONNX_PREVIEW_BUILD=1 fi python -m build --wheel