Skip to content

Change the trigger of release_python.yml - #252

Open
c-bata wants to merge 2 commits into
mainfrom
c-bata/change-release-trigger
Open

Change the trigger of release_python.yml#252
c-bata wants to merge 2 commits into
mainfrom
c-bata/change-release-trigger

Conversation

@c-bata

@c-bata c-bata commented Sep 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Decouple Python package version from Cargo version, allowing Python and Rust releases to use independent version numbers.
  • Change the trigger of release_python.yml from the tag push event to the release publish event.

@c-bata
c-bata marked this pull request as ready for review September 10, 2026 04:15
@c-bata
c-bata requested a review from a team as a code owner September 10, 2026 04:15
"Programming Language :: Python :: Implementation :: CPython",
]
dynamic = ["version"]
version = "0.2.0.dev"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried adding an __version__ variable to rustuna/version.py and reading it from there, but it didn't work with maturin, so I gave up and hardcoded the version instead.

@c-bata c-bata assigned not522 and y0z Sep 10, 2026
@c-bata

c-bata commented Sep 10, 2026

Copy link
Copy Markdown
Member Author

@not522 @y0z Could you review this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants