Skip to content

Commit 1384dd2

Browse files
authored
🤖 fix bug in CI (#17)
1 parent c3e2d7a commit 1384dd2

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,17 +98,14 @@ jobs:
9898
environment:
9999
name: release
100100
steps:
101-
- name: Setup Python
102-
uses: actions/setup-python@v2
103-
with:
104-
python-version: 3.9
101+
- uses: actions/checkout@v2
105102
- name: Install uv
106103
uses: astral-sh/setup-uv@v3
107104
with:
108105
version: 0.3.4
109106
enable-cache: true
110-
- name: Set up Python ${{ matrix.py }}
111-
run: uv python install
107+
- name: Set up Python
108+
run: uv python install 3.11.9
112109
- name: Generate Version
113110
run: uv run hatch version $(dunamai from any --style pep440)
114111
- name: Publish to PyPI

0 commit comments

Comments
 (0)