Skip to content

Commit e2b7f34

Browse files
committed
refactor: echo the version that is being updated
1 parent a6bc972 commit e2b7f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-cli-to-testpypi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
TIMESTAMP=$(date +%s)
4747
4848
# Set version to <last_tag>.<timestamp> (e.g., 1.0.0.1701234567)
49+
echo "Updating version in pyproject.toml to $VERSION.$TIMESTAMP"
4950
sed -i "s/^version = \".*\"/version = \"$VERSION.$TIMESTAMP\"/" pyproject.toml
5051
5152
- name: Build package

0 commit comments

Comments
 (0)