File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010jobs :
1111 # the tests must pass before release is to be made
12- test :
13- name : Run unit tests on a branch
14- uses : avstack-lab/workflows/.github/workflows/test_on_branch_with_uv.yml@main
15- with :
16- branch : $BRANCH_NAME
17- os : ubuntu-22.04
18- python-versions : " [ '3.10' ]"
19- uv-versions : " [ '0.6.14' ]"
12+ # test:
13+ # name: Run unit tests on a branch
14+ # uses: avstack-lab/workflows/.github/workflows/test_on_branch_with_uv.yml@main
15+ # with:
16+ # branch: $BRANCH_NAME
17+ # os: ubuntu-22.04
18+ # python-versions: "[ '3.10' ]"
19+ # uv-versions: "[ '0.6.14' ]"
2020
2121 # now we run the publishing protocol
2222 publish :
2323 name : Run publishing protocol
24- needs : test
24+ # needs: test
2525 uses : avstack-lab/workflows/.github/workflows/publish_to_index.yml@main
2626 with :
2727 os : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -52,6 +52,17 @@ default-groups = [
5252 " test" ,
5353]
5454
55+ [[tool .uv .index ]]
56+ name = " pypi"
57+ url = " https://pypi.org/simple/"
58+ explicity = true
59+
60+ [[tool .uv .index ]]
61+ name = " testpypi"
62+ url = " https://test.pypi.org/simple/"
63+ publish-url = " https://test.pypi.org/legacy/"
64+ explicit = true
65+
5566[tool .uv .sources ]
5667avstack-core = { path = " ../avstack-core" , editable = true }
5768
You can’t perform that action at this time.
0 commit comments