Replies: 2 comments 1 reply
-
If I change the repository URL to |
Beta Was this translation helpful? Give feedback.
-
OK now I understand my mistake. The phrasing in the README led me to think that the endpoints for downloading packages and uploading packages were the same, but it's indeed not the case. Maybe this section could include the command to publish to |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am trying to test the publishing of a crate built with PyO3 using Maturin on Linux.
So I first spin a Docker container by running this inside the root directory of my Cargo workspace:
docker run --rm -it -v $(pwd):/io --entrypoint /bin/bash ghcr.io/pyo3/maturin
I then
cd
into the directory that contains my crate, and run:Which outputs:
However, the project never showed up on
test.pypi.org
. In fact, I can run this command multiple times and it always succeeds. I've tried replacing my password by an access token, but the website shows it is never used.Am I missing something so obvious it is not documented anywhere?
maturin 1.2.0
accesskit-0.1.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.zip
Thanks in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions