GitHub_Action_Python_Package_Example
1.0.2
이것은 자동 게시 PYPI 패키지 및 테스트 자동화를위한 GitHub 액션 예제입니다.
Setting 에서 pypi_username 및 pypi_password를 설정합니다. 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 ())MIT © Nijia Lin