The best way to release a nightly wheel to pypi #2185
Unanswered
austin362667
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I release a nightly version without hard-coding the version number in
Cargo.toml
? Can I achieve this through CI?XREF:
Pydantic also hardcodes the version number in the
Cargo.toml
file first, and then the CI checks it when releasing.Here are the relevant links:
Beta Was this translation helpful? Give feedback.
All reactions