GitHub_Action_Python_Package_Example
1.0.2
Ini adalah contoh tindakan GitHub untuk Paket PYPI yang menerbitkan otomatis dan otomatisasi uji.
Setting github ➡️ Secrets . Modifikasi GitHub_Action_Python_Example/__version__.py Nomor versi (mis. 1.0.2).
Klik dan Draf Catatan Release .
.github/workflows/publish.yml akan membantu Anda mempublikasikan paket ke 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