Skip to content

Commit 72bc6c1

Browse files
author
spencer@primus
committed
Temporarily remove unit tests from release
1 parent 541965c commit 72bc6c1

2 files changed

Lines changed: 20 additions & 9 deletions

File tree

.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
5667
avstack-core = { path = "../avstack-core", editable = true }
5768

0 commit comments

Comments
 (0)