Skip to content

Commit c1925b3

Browse files
author
spencer@primus
committed
Update index for core temporarily
1 parent 72bc6c1 commit c1925b3

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/publish_to_test_pypi.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ env:
99

1010
jobs:
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

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ publish-url = "https://test.pypi.org/legacy/"
6464
explicit = 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]
7071
include = [

0 commit comments

Comments
 (0)