Skip to content

Commit 30dbc2a

Browse files
committed
rename run_deploy to publish
1 parent 082ba84 commit 30dbc2a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/python-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
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

TODO

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@
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

0 commit comments

Comments
 (0)