rm -rf dist/ build/ *.egg-info
# ビルドツールのインストール
pip install build twine
# パッケージのビルド
python -m build
# TestPyPIへのアップロード(オプション)
python -m twine upload --repository testpypi dist/*
# 本番PyPIへのアップロード
python -m twine upload dist/*
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme