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