TyrantLucifer / ssr-command-client

:airplane:The commend client of ssr based Python3
Apache License 2.0
978 stars 240 forks source link

Add action to publish release package to pypi #95

Open BrightXiaoHan opened 11 months ago

BrightXiaoHan commented 11 months ago

Add TEST_PYPI_API_TOKEN and PYPI_API_TOKEN to secrets. When prerelease created, it will upload prebuilt package to https://test.pypi.org/. When release created, it will upload prebuilt package to https://pypi.org/.