Installing insiders via poetry #5076
Replies: 2 comments 1 reply
-
I saw two options when setting up insiders for kolena:
We went with route (2) and it's been working pretty well for us. This pattern also works for the insiders fork of the wonderful mkdocstrings package. Curious to hear if others have found a better route. |
Beta Was this translation helpful? Give feedback.
-
When I started playing with Material for MkDocs Insiders, I wanted to make its installation transparent. I wanted maintainers (me) to be able to install the Insiders version, while still allowing contributors without access to install the public version. [project]
dependencies = [
"mkdocs-material>=9", # match insiders if you have access, match public version otherwise
] Well, I found a way, using a local, self-hosted PyPI-like index 🙂 Long story short: I have released a project called PyPI Insiders (as part of my own Insiders program, very much inspired by @squidfunk's) that manages Insiders repositories for you:
Check it out here: https://pawamoy.github.io/pypi-insiders/ I tried to make the installation as smooth as possible, though it is not battle-tested, and docs are still a bit lacking, so if you try it and have some trouble, don't hesitate to open issues (on the public bugtracker: https://github.com/pawamoy/pypi-insiders/issues)! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to install insider via poetry however it saves the token in the pyproject.toml regardless of using an ENV variable for the token.
how are others doing installing insiders via poetry?
Beta Was this translation helpful? Give feedback.
All reactions