Skip to content

Commit bf44490

Browse files
committed
test: commit test
Signed-off-by: Milad Makdesi <milad@id8-engineering.io>
1 parent b3e44e3 commit bf44490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
DIST="python_em511"
3838
VERSION=$(grep '^version' pyproject.toml | head -1 | cut -d '"' -f2)
39-
BUILD="${{ github.run_number }}${{ github.run_attempt }}"
39+
BUILD="${{ github.run_id }}${{ github.run_number }}${{ github.run_attempt }}
4040
SUFFIX=$(echo "$BASE_WHL" | cut -d'-' -f3-)
4141
4242
NEW="dist/${DIST}-${VERSION}-${BUILD}-${SUFFIX}"

0 commit comments

Comments
 (0)