GitHub_Action_Python_Package_Example
1.0.2
這是自動發布PYPI軟件包和測試自動化的GitHub動作示例。
Setting中➡️ Secrets 。修改GitHub_Action_Python_Example/__version__.py版本號(例如1.0.2)。
單擊並草稿Release說明。
.github/workflows/publish.yml將幫助您將軟件包發佈到PYPI。 pip install GitHub-Action-Python-Example
from GitHub_Action_Python_Example . client import HelloWorld
message = HelloWorld ( message = "Change the World~" )
print ( message . get_message ())麻省理工學院©Nijia Lin