Skip to content

Commit bf44f0d

Browse files
authored
Update publish.yml
Signed-off-by: Kuriko <[email protected]>
1 parent 75954c4 commit bf44f0d

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v4
19+
uses: astral-sh/setup-uv@v5
2020
with:
21-
version: "0.5.11"
21+
version: "latest"
22+
python-version: 3.13t
23+
run: uv python install 3.13.2
2224

2325
- name: Build release distributions
2426
run: |
2527
uv venv --python 3.12.2
2628
source .venv/bin/activate
27-
uv pip install --upgrade pip twine
29+
uv pip install --upgrade pip
2830
uv pip install -r requirements.txt
2931
uv build --sdist --wheel
3032
@@ -59,6 +61,3 @@ jobs:
5961
packages-dir: dist/
6062
repository-url: https://upload.pypi.org/legacy/
6163
verbose: true
62-
# user: krik8235
63-
# user: __token__
64-
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)