Skip to content

Commit 848a64a

Browse files
committed
clean up testing
1 parent ba68781 commit 848a64a

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
name: Publish
22

33
on:
4-
# push:
5-
# tags:
6-
# # Publish on any tag starting with a `v`, e.g., v0.1.0
7-
# - v*
8-
workflow_dispatch:
4+
push:
5+
tags:
6+
# Publish on any tag starting with a `v`, e.g., v0.1.0
7+
- v*
98

109
jobs:
1110
run:
1211
runs-on: ubuntu-latest
1312
environment:
14-
name: testpypi
13+
name: pypi
1514
permissions:
1615
id-token: write
1716
contents: read
@@ -31,4 +30,4 @@ jobs:
3130
run: uv build
3231

3332
- name: Publish
34-
run: uv publish --index testpypi
33+
run: uv publish

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,3 @@ lint = [
3939
pythonpath = [
4040
"src"
4141
]
42-
43-
[[tool.uv.index]]
44-
name = "testpypi"
45-
url = "https://test.pypi.org/simple/"
46-
publish-url = "https://test.pypi.org/legacy/"
47-
explicit = true

0 commit comments

Comments
 (0)