パッケージを公開する

パッケージを公開する#

poetry publish
  • poetry publish でビルドしたパッケージをPyPIに公開できます

TestPyPIに公開する#

poetry publish -r testpypi
  • -r testpypi でTestPyPI(テスト用リポジトリ)にテスト公開できます