Skip to content

Developer

Yuki Okuda edited this page Aug 1, 2021 · 3 revisions

PyPIへのリリース

本番

$ poetry build
$ poetry publish

ja-timex · PyPI

テスト

$ poetry build
$ poetry publish -r testpypi

ja-timex · TestPyPI

ドキュメントの更新

docs/*ブランチを作成すると、GitHub Actionsによりドキュメントがビルドされ、ja-timex/docsにコミットされる。

$ git checkout -b docs/20210801
$ git push 

ja_timex documentation

Clone this wiki locally