Skip to content

Conversation

@vcschapp
Copy link
Collaborator

@vcschapp vcschapp commented Jan 30, 2026

DO NOT MERGE THIS.

PLEASE DON'T EVEN APPROVE IT!

This is a test PR to verify the changes made in Verify Python package version number changes via GitHub action.

Basically I'm using this pull request to test the GitHub Actions workflow in various scenarios. Once it's fully tested and any hiccups/issues are corrected, I'll close this PR without merging.


Test commits:

Commit Purpose Status Action
31b2df23 Verify that an irrelevant file doesn't trigger workflow not under packages/ ✅ Success N/A
210264c1 Verify that changing a normal Python file under packages/ doesn't trigger workflow ✅ Success N/A
fa51cb42 Verify that changing root pyproject.toml runs the workflow but it's a no-op ✅ Success #432

@vcschapp vcschapp added the do not merge ❌ Please do not review or merge this PR label Jan 30, 2026
@vcschapp vcschapp force-pushed the pypi-publish-check-versions-testing branch from 01c093e to 11d73eb Compare January 30, 2026 22:26
@vcschapp vcschapp force-pushed the pypi-publish-check-versions-testing branch from 11d73eb to 30de2ef Compare January 30, 2026 22:44
@vcschapp vcschapp force-pushed the pypi-publish-check-versions-testing branch from 30de2ef to b822316 Compare January 30, 2026 22:48
@vcschapp vcschapp force-pushed the pypi-publish-check-versions-testing branch from 6a8f4ea to 9bb41de Compare January 30, 2026 23:09
@vcschapp vcschapp force-pushed the pypi-publish-check-versions-testing branch from 9bb41de to ea9165b Compare January 30, 2026 23:34
@vcschapp vcschapp force-pushed the pypi-publish-check-versions-testing branch from ea9165b to a126d21 Compare January 30, 2026 23:37
@vcschapp vcschapp force-pushed the pypi-publish-check-versions-testing branch from a126d21 to 9e9d9f5 Compare January 30, 2026 23:44
@vcschapp vcschapp force-pushed the pypi-publish-check-versions-testing branch from 00dbd31 to 04c7aec Compare January 31, 2026 00:00
@vcschapp vcschapp force-pushed the pypi-publish-check-versions-testing branch from 04c7aec to 909ae2c Compare January 31, 2026 00:14
@vcschapp
Copy link
Collaborator Author

Tests finally succeeded here!

The Print changed versions section of the workflow printed:

[
  {
    "package": "overture-schema-divisions-theme",
    "before": "0.1.0",
    "after": "0.1.1a1"
  },
  {
    "package": "overture-schema-system",
    "before": "0.1.0",
    "after": "0.1.1a1"
  }
]

And the Fail if any new versions already exist in the repo section printed:

Package overture-schema-divisions-theme version 0.1.1a1 is new, as expected. Continuing.
Package overture-schema-system version 0.1.1a1 is new, as expected. Continuing.

@vcschapp
Copy link
Collaborator Author

Closing: tests were successful.

@vcschapp vcschapp closed this Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge ❌ Please do not review or merge this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants