id,seq,job,repo,uses,name,with,run,env,if
138764,1,27849,213286752,actions/checkout@v3,,,,,
138765,2,27849,213286752,actions/setup-python@v4,Set up Python,"{""python-version"": ""3.11"", ""cache"": ""pip"", ""cache-dependency-path"": ""pyproject.toml""}",,,
138766,3,27849,213286752,,Install dependencies,,"pip install setuptools wheel twine build
",,
138767,4,27849,213286752,,Publish,,"python -m build
twine upload dist/*
","{""TWINE_USERNAME"": ""__token__"", ""TWINE_PASSWORD"": ""${{ secrets.PYPI_TOKEN }}""}",