-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
Problem publishing at pypi Client error '400 Start filename for 'github3.py' with 'github3.py'.' #833
Comments
I'm not sure, that error comes directly from PyPI. Does Twine work for uploading that wheel? |
That is a known bug pypi/warehouse#10030 What you can do is disable the |
After you successfully release feel free to close this issue |
Adding that sdist option does not in fact work:
❯ python -mbuild
* Creating virtualenv isolated environment...
* Installing packages in isolated environment... (hatchling)
* Getting build dependencies for sdist...
* Building sdist...
ERROR Source /var/folders/tc/mhq0tfws3s1bs5788hx6nhkc0000gn/T/build-via-sdist-q7534m0e/github3.py-3.2.0 is not a directory |
I can reproduce. I'm not sure what |
I would like to note 2 things:
|
What's actually pretty funny is that $ python -mbuild
* Creating virtualenv isolated environment...
* Installing packages in isolated environment... (hatchling)
* Getting build dependencies for sdist...
* Building sdist...
ERROR Source /var/folders/tc/mhq0tfws3s1bs5788hx6nhkc0000gn/T/build-via-sdist-6wbzvh9r/github3.py-3.2.0 is not a directory
$ python -mbuild -s
* Creating virtualenv isolated environment...
* Installing packages in isolated environment... (hatchling)
* Getting build dependencies for sdist...
* Building sdist...
Successfully built github3.py-3.2.0.tar.gz |
Wow.. this escalated quick. |
We just migrated github3.py to using hatch and I was not lucky trying to publish after build:
Error message didn't help me much, any idea what might be the issue?
The text was updated successfully, but these errors were encountered: