Skip to content

Commit c319f5c

Browse files
committed
fix: remove setup on publish-to-test-pypi
Signed-off-by: Bobo Bäck Engström <bobo@id8-engineering.io>
1 parent 8164c51 commit c319f5c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: publish-to-test-pypi
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["fix_tesupload"]
66

77
jobs:
88
build:
@@ -15,11 +15,6 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Set up Python
19-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
20-
with:
21-
python-version: "3.x"
22-
2318
- name: Install uv
2419
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
2520

0 commit comments

Comments
 (0)