-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
publish to devpi #726
Comments
i investigated a little more. it turns out there is a problem with underscores. if my project is named without underscores, everything gets published well. |
1 similar comment
i investigated a little more. it turns out there is a problem with underscores. if my project is named without underscores, everything gets published well. |
I have very similar problem with publishing package named Full test of publishing a package to devpi-serverBefore experimenting, login to devpi-server: $ devpi login javl
... Make sure the package $ devpi remove ttr.run
*redirected: http://127.0.0.1:3141/javl/dev/ttr-run
GET http://127.0.0.1:3141/javl/dev/ttr-run
404 Not Found: no project 'ttr-run' This is fine, it is not there. Build and try to publish by poetryBuild the package by poetry: $ poetry build and publish it by poetry:
According to responses, one would call it a success Check the result (of poetry publishing)devpi-server logsLet's check devpi-server logs
show records (following deletion):
All looks fine. devpi client listing packages (package missing)Now use $ devpi list ttr.run
*redirected: http://127.0.0.1:3141/javl/dev/ttr-run
GET http://127.0.0.1:3141/javl/dev/ttr-run
404 Not Found: no project 'ttr-run' Upload packages by
|
Since version 5.0, |
It seems that I'm encountering the same problem with |
@stinovlas I can't confirm that with
|
Yesterday I got exactly the same results as vlcinsky did, but I wasn't able to recreate it with local devpi and minimal working example. However, I have run into a different error. Now, the upload does not start in a first place. Meaning that there is no devpi-server log and poetry is stuck in this state and eventualy crashes with
Uploading package through Output of
I tried both poetry |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing this issue automatically because it has not had any activity since it has been marked as stale. If you think it is still relevant and should be addressed, feel free to open a new one. |
Does this really need closing? Has it been fixed? |
Yes I believe it has been fixed. I managed to get it working thanks to a few links below. What I did:
Then it should work. If you setup you've set the devpi repo as the default source, you can then just run Links: |
It seems this is still occurring on Python 3.8.7 installed via MacPorts with:
with Poetry being installed from the installer script to work around #3362 |
I can also reproduce the error. Poetry seems to exit with exit code 0. Although I get the following error: UploadError Upload/publish with twine on the same index with same credentials works fine.
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
i try to publish to my local devpi server. i added it like this:
when i try to publish i get his:
the devpi logs this:
The text was updated successfully, but these errors were encountered: