Skip to content

Instantly share code, notes, and snippets.

@dsdanielpark
Last active March 7, 2023 06:43
Show Gist options
  • Save dsdanielpark/5860aca56471ae2900c1636c58200024 to your computer and use it in GitHub Desktop.
Save dsdanielpark/5860aca56471ae2900c1636c58200024 to your computer and use it in GitHub Desktop.
pypi_release
python -m pip install poetry
poetry new quick-show
poetry publish --build

cd .github/workflows/publish.yml


python -m pip install build
python -m build
python -m pip install --upgrade twine
python -m twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment