Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stubber build: Incorrect package versions When specifying multiple versions to be build at the same time #487

Open
Josverl opened this issue Dec 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Josverl
Copy link
Owner

Josverl commented Dec 26, 2023

when using a compound cmdline such as stubber -v build --version v1.21.0 --version latest --version v1.20.0 --port auto --board auto

An incorrect incorrect version will be created such as :
publish/micropython-latest-esp32-esp32_generic-stubs/pyproject.toml

[tool.poetry]
name = "micropython-esp32-esp32_generic-stubs"
version = "1.21.0a1"

if runnning only stubber -v build --version latest --port auto --board auto the correct pre-release versions are generated such as :

[tool.poetry]
name = "micropython-esp32-esp32_generic-stubs"
version = "1.22.0a289"

Possible related code :

@Josverl Josverl added the bug Something isn't working label Dec 26, 2023
@Josverl Josverl self-assigned this Dec 26, 2023
@Josverl Josverl changed the title stubber build: Incirrect package versions When specifying multiple versions to be build at the same time stubber build: Incorrect package versions When specifying multiple versions to be build at the same time Dec 26, 2023
Josverl added a commit that referenced this issue Dec 26, 2023
Signed-off-by: Jos Verlinde <[email protected]>
Josverl added a commit that referenced this issue Dec 26, 2023
Signed-off-by: Jos Verlinde <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant