vault backup: 2025-01-21 14:48:29
This commit is contained in:
parent
e892dd684c
commit
107dcb6da8
|
@ -43,5 +43,5 @@ tags:
|
||||||
- 或 ``poetry export -f requirements.txt --output requirements.txt`` (帶有hash值)
|
- 或 ``poetry export -f requirements.txt --output requirements.txt`` (帶有hash值)
|
||||||
- 秀出環境的套件以及其依賴套件(會繃出一棵很美的樹喔!)
|
- 秀出環境的套件以及其依賴套件(會繃出一棵很美的樹喔!)
|
||||||
- ``poetry show --tree``
|
- ``poetry show --tree``
|
||||||
- 打包並發布專案
|
- 打包並發布專案(可以先加上``--dry-run``進行測試)
|
||||||
- ``poetry publish --repository [repo_name] --username [user_name] --password [password] --build --skip-existing``
|
- ``poetry publish --repository [repo_name] --username [user_name] --password [password] --build --skip-existing``
|
Loading…
Reference in New Issue