Skip to content

Instantly share code, notes, and snippets.

@hankehly
Last active September 15, 2022 00:16
Show Gist options
  • Save hankehly/3516f0130185ab958b7672ab186b88cf to your computer and use it in GitHub Desktop.
Save hankehly/3516f0130185ab958b7672ab186b88cf to your computer and use it in GitHub Desktop.
Blog Article Snippets - How to share private code without exposing it to the world
python3 -m pip install --upgrade build twine
python3 -m build
python3 -m twine upload --repository test123 dist/*
poetry build
poetry publish -r test123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment