GitHub_Action_Python_Package_Example
1.0.2
هذا مثال على الإجراء github لحزمة PYPI Auto Publish وأتمتة الاختبار.
Setting github ➡ 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