Skip to content

Commit b335f85

Browse files
authored
Merge pull request #8 from optuna/fix-ci
Fix CI by adding uv venv to yaml
2 parents 2e77cc2 + 7abdcd6 commit b335f85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
with:
3232
version: "latest"
3333

34+
- name: Setup venv
35+
run: uv venv
36+
3437
- name: Install twine
3538
run: |
3639
uv pip install twine wheel build

0 commit comments

Comments
 (0)