-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
6.5.5 version does not generate dist directory during building #260
Comments
Thanks for reporting this. Can you reproduce this behaviour for the older version 6.5.4? |
I tried it on versions from |
And did it work? Could you please try with the poetry build command? |
By those versions it didn't work. By using |
Can anyone help with this? |
@D3vil0p3r have you looked into why |
I used the same approach of AUR. |
I am building timezonefinder from source by:
but it does not generate any
dist
directory. I am using the package from PyPI.It works only if I remove
cd "timezonefinder-6.5.5"
and I run directlypython -m build --wheel --outdir="$startdir/dist" ./timezonefinder-6.5.5
The text was updated successfully, but these errors were encountered: