You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm using poetry and would like move into uv world. One of the migration point is to be able to set the project version in pyproject.toml using uv command.
[project]
name = "package"
version = "0.0.0" # will be always like this in pyproject.toml & need updating on release
Similarly using poetry: poetry version 1.0.0 -- This feature will help to simplify the Pypi Publishing workflow.
In my case, here is the sample Github Workflow step:
Currently I'm using
poetry
and would like move intouv
world. One of the migration point is to be able to set the project version inpyproject.toml
usinguv
command.Similarly using
poetry
:poetry version 1.0.0
-- This feature will help to simplify the Pypi Publishing workflow.In my case, here is the sample Github Workflow step:
My expectation is that something I can do the same for
uv
:OR:
The text was updated successfully, but these errors were encountered: