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

wheel --build-number not working #421

Closed
KleKwi opened this issue Dec 29, 2021 · 2 comments
Closed

wheel --build-number not working #421

KleKwi opened this issue Dec 29, 2021 · 2 comments

Comments

@KleKwi
Copy link

KleKwi commented Dec 29, 2021

python3 -m build --wheel --config-setting=--build-number='2'

the filename not contain build number:
mypkg-0.0.68-py3-none-any.whl
should be like:
mypkg-0.0.68-2-py3-none-any.whl

@layday
Copy link
Member

layday commented Dec 29, 2021

python3 -m build --wheel -C--global-option=--build-number -C--global-option=2

@KleKwi
Copy link
Author

KleKwi commented Dec 29, 2021

python3 -m build --wheel -C--global-option=--build-number -C--global-option=2

This works, thanks.
Closing.

@KleKwi KleKwi closed this as completed Dec 29, 2021
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

No branches or pull requests

2 participants