in addition to, https://lwpro2.dev/2020/04/20/build-a-private-pypi-with-github/, it has took me quite a while to figure out why certain packages i am not able to install using poetry:
Turns out, that’s because PEP has a very weird renaming:
https://www.python.org/dev/peps/pep-0503/#normalized-names
hence, i need to publish my package named as safe-logging
, even though the binary is safe_logging
:
even though, within the directory, it is named safe_logging