We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc80d04 commit ba68781Copy full SHA for ba68781
1 file changed
.github/workflows/publish.yml
@@ -18,13 +18,17 @@ jobs:
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v6
21
+
22
- name: Setup Python
23
uses: actions/setup-python@v6
24
with:
25
python-version-file: "pyproject.toml"
26
27
- name: Install uv
28
uses: astral-sh/setup-uv@v7
29
30
- name: Build
31
run: uv build
32
33
- name: Publish
- run: uv publish --index testpypi
34
+ run: uv publish --index testpypi
0 commit comments