Skip to content

Commit 43d8aeb

Browse files
committed
Fix test-pypi publishing
1 parent 8ba264f commit 43d8aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: bash
5151
run: |
5252
dev_version=$(date '+%Y%m%d%H%M%S')
53-
echo "RELEASE_VERSION=0.1.0${{ github.head_ref }}${dev_version}" >> $GITHUB_ENV
53+
echo "RELEASE_VERSION=0.1.0test${dev_version}" >> $GITHUB_ENV
5454
5555
- uses: ./.github/build
5656
with:

0 commit comments

Comments
 (0)