File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed 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 @@ -64,7 +64,8 @@ publish-url = "https://test.pypi.org/legacy/"
6464explicit = true
6565
6666[tool .uv .sources ]
67- avstack-core = { path = " ../avstack-core" , editable = true }
67+ # avstack-core = { path = "../avstack-core", editable = true }
68+ avstack-core = { index = " testpypi" }
6869
6970[tool .hatch .build .targets .sdist ]
7071include = [
You can’t perform that action at this time.
0 commit comments