Replies: 1 comment 3 replies
-
In favor for restricting it to python packages. I would go for (maybe 2) github environments (that would need to be created manually) to protect the execution of the upload script. Furthermore, a tagging to For handling of test.pypi.org I'm not so sure. I never really got the point of having test releases that fix bugs and would prefer to go to continuous releases on pypi.org directly? What do you think ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There should be automatic package deployment.
pypi
Ideally, there would be a ready to use workflow that uploads packages to test.pypi (manually) and pypi (upon release).
conda
We might also want to upload to conda. However, since pypi packages can easily installed via pip into conda environments, we could skip such packages.
notes
For now, we might want to restrict attention to pure python packages.
Beta Was this translation helpful? Give feedback.
All reactions