File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1616 id-token : write
1717 uses : biocommons/.github/.github/workflows/python-ci-cd.yml@main
1818 with :
19- run-deploy : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
19+ publish : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
2020 secrets : inherit
Original file line number Diff line number Diff line change 77- [x] mv python ci/cd to biocommons/.github
88
99- [ ] release github actions / update branch spec in .github/workflows
10+
11+ - [ ] Add instructions to create a new pypi project
12+ - create API token at https://pypi.org/manage/account/
13+ - export UV_PUBLISH_TOKEN=pypi-AgEIc...
14+ - uv build
15+ - uv publish
16+
17+ uvx --from biocommons-example marvin-quote
You can’t perform that action at this time.
0 commit comments