Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.

Commit b34ca16

Browse files
committed
test: minor comment update to test PyPI trusted publishing
- Test if PyPI trusted publisher configuration is working - Should auto-bump to 0.1.18 and publish successfully
1 parent af293f8 commit b34ca16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bump_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ def main():
9292

9393
if __name__ == "__main__":
9494
new_version = main()
95-
# Output just the version for GitHub Actions
95+
# Output the version for GitHub Actions
9696
print(f"::set-output name=version::{new_version}")

0 commit comments

Comments
 (0)