We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bc972 commit e2b7f34Copy full SHA for e2b7f34
.github/workflows/publish-cli-to-testpypi.yaml
@@ -46,6 +46,7 @@ jobs:
46
TIMESTAMP=$(date +%s)
47
48
# Set version to <last_tag>.<timestamp> (e.g., 1.0.0.1701234567)
49
+ echo "Updating version in pyproject.toml to $VERSION.$TIMESTAMP"
50
sed -i "s/^version = \".*\"/version = \"$VERSION.$TIMESTAMP\"/" pyproject.toml
51
52
- name: Build package
0 commit comments