CompML / PRTS

Unofficial Python implementation of "Precision and Recall for Time Series".
https://papers.nips.cc/paper/2018/file/8f468c873a32bb0619eaeb2050ba45d1-Paper.pdf
Apache License 2.0
38 stars 4 forks source link

PoetryでtestPyPIにpublishする所まで確認する #18

Closed sarrrrry closed 3 years ago

sarrrrry commented 3 years ago

Summary

掲題通り

Goal

testPyPIからpip install して使用出来るか確認する。
(そもそも、testPyPIからのpip install って出来るのか? 出来なければ実装終わって本番PyPIへのpublishまで待つ)

Todo

Deadline

yyyy / mm / dd

Parent issue

If the parent issue exists, post a link here.

References

If there are any reference links, they are described here.

Notes

Other comments.

sarrrrry commented 3 years ago

別リポジトリで実行コードを確認した

$ poetry config repositories.testpypi https://test.pypi.org/legacy/
$ poetry build
$ poetry publish -r testpypi

$ pip install -i https://test.pypi.org/simple/ poetry-publish-test==0.1.2