Created
July 11, 2021 17:23
-
-
Save joepreludian/04be6b43adad47cba8cc82cfeaa28a4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In order to add your repository, change my_pypi for whatever you want | |
$ poetry config repositories.my_pypi http://localhost:8010/ | |
# Creating a default credential | |
$ poetry config http-basic.my_pypi <the_user_you_created> <your_password> | |
# In order to publish your package, just run this | |
$ poetry publish --repository my_pypi --build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment