-
Before going into this question, I have searched discussions for adding repos, and it seems like it's just the same solutions as the PDM documentation lists. My question is along the same lines, but might not be identical, so I wanted to post this anyway. I recently started building my first Python package (with PDM, of course!), and ran into a lot of issues publishing it. I ended up making an entry in This setup process is clunky when working on different machines, but not a huge deal. However, I went back to Poetry briefly just to try the publishing process...and found it to be so much simpler and easy to navigate vs PDM. This might just be me being new to the packaging process, but the process of adding a repository with Poetry's Is there a simple way to configure alternate pypi repositories with PDM? I've read the documentation for this process, it sounds like editing the global config.toml file is the only (obvious/documented) way to do this, and if that's the case, I don't think this one little nicety is enough to pull me back over to Poetry; I'm very happy with PDM and plan to use it for the foreseeable future. But being able to publish in a simpler manner would be very nice :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you read the docs, why did you miss this part? https://pdm.fming.dev/latest/usage/config/#configure-the-repositories-for-upload:~:text=To%20change%20the%20repository%20config%20from%20the%20command%20line%2C%20use%20the%20pdm%20config%20command%3A |
Beta Was this translation helpful? Give feedback.
If you read the docs, why did you miss this part? https://pdm.fming.dev/latest/usage/config/#configure-the-repositories-for-upload:~:text=To%20change%20the%20repository%20config%20from%20the%20command%20line%2C%20use%20the%20pdm%20config%20command%3A