We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey hey!
Running the latest version in docker and having some troubles to upload packages.
$ poetry publish -r mypypi ... [UploadError] HTTP Error 404: Not Found
twine upload --repository-url=http://1.2.3.4/pypi -u admin -p admin dist/package-py3-none-any.whl Uploading distributions to http://1.2.3.4:8081/pypi Uploading package-py3-none-any.whl 100%| 10.9k/10.9k [00:00<00:00, 104kB/s] HTTPError: 404 Client Error: Not Found for url: http://1.2.3.4:8081/pypi
# poetry pypi_server_1 | [W 200727 12:07:47 httputil:766] Invalid multipart/form-data: no final boundary pypi_server_1 | [I 200727 12:07:47 package:242] Calling action: file_upload pypi_server_1 | [W 200727 12:07:47 web:2064] 404 POST /pypi (10.64.12.21) 99.51ms # twine pypi_server_1 | [W 200727 12:09:18 httputil:766] Invalid multipart/form-data: no final boundary pypi_server_1 | [I 200727 12:09:18 package:242] Calling action: file_upload pypi_server_1 | [W 200727 12:09:18 web:2064] 404 POST /pypi (10.64.12.21) 97.66ms
do you have any ideas on this? thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey hey!
Running the latest version in docker and having some troubles to upload packages.
using poetry
using twine
pypi-server output
do you have any ideas on this? thank you!
The text was updated successfully, but these errors were encountered: