-
-
Notifications
You must be signed in to change notification settings - Fork 3
Using Twine to upload to PyPI #74
Comments
@McSinyx any guide on this :/ |
Could be invalid or non-existent authentication information. What username/password did you use? BTW please be explicit, |
BTW you can benefit from having something like this at |
oops, please check if I have done it correctly... |
You need to do the other things said in GH-70 to create the wheels. |
Oh f*k I told you to be explicit on the uploading, we don't want eggs there. |
Jesus you uploaded all the eggs there ugh. |
the eggs?... |
NEVER USE WILDCARDS FOR ANYTHING THAT IS IMPORTANT, NAMELY VERSION CONTROL, RELEASES, ETC! THIS IS NOT EVEN THE FIRST TIME I HAVE TO TELL YOU THIS! Only upload the sdist (source distribution)! |
How can I fix it then. |
Already deleted ugh, just always be extra careful when do things that are important. Now please draft the release on GitHub so Travis can publish the wheels. |
Labeled as invalid because the issue is with usage of Twine, which is out of palace's scope. |
Labeled as distribution since it might fit better. @9a24f0 and @Huy-Ngo, after the discussion linked above, I realized a few things:
Thank you for the (past, present and future) time and effort you all put into this and also with me 😄 Cheers! |
I tried to look at Twine's guide as in here
However, I got this when using
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
The text was updated successfully, but these errors were encountered: