We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082ba84 commit 30dbc2aCopy full SHA for 30dbc2a
2 files changed
.github/workflows/python-ci-cd.yml
@@ -16,5 +16,5 @@ jobs:
16
id-token: write
17
uses: biocommons/.github/.github/workflows/python-ci-cd.yml@main
18
with:
19
- run-deploy: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
+ publish: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
20
secrets: inherit
TODO
@@ -7,3 +7,11 @@
7
- [x] mv python ci/cd to biocommons/.github
8
9
- [ ] 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
+uvx --from biocommons-example marvin-quote
0 commit comments