Skip to content

Commit

Permalink
github.run_number
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov committed Feb 8, 2024
1 parent 67d6870 commit 01aa2ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
CMAKE_ARGS: '-DBUILD_FAST_TOKENIZERS=OFF'
CMAKE_BUILD_PARALLEL_LEVEL: '4'
CMAKE_GENERATOR: 'Unix Makefiles'
SKBUILD_WHEEL_BUILD_TAG: ${{ github.run_id }}
SKBUILD_WHEEL_BUILD_TAG: ${{ github.run_number }}

#
# Upload build artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
env:
CMAKE_ARGS: '-DBUILD_FAST_TOKENIZERS=OFF'
CMAKE_BUILD_PARALLEL_LEVEL: '4'
SKBUILD_WHEEL_BUILD_TAG: ${{ github.run_id }}
SKBUILD_WHEEL_BUILD_TAG: ${{ github.run_number }}

#
# Upload build artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
env:
CMAKE_ARGS: '-DBUILD_FAST_TOKENIZERS=OFF'
CMAKE_BUILD_PARALLEL_LEVEL: '4'
SKBUILD_WHEEL_BUILD_TAG: ${{ github.run_id }}
SKBUILD_WHEEL_BUILD_TAG: ${{ github.run_number }}

#
# Upload build artifacts
Expand Down

0 comments on commit 01aa2ad

Please sign in to comment.