We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e2d7a commit 1384dd2Copy full SHA for 1384dd2
1 file changed
.github/workflows/CI.yml
@@ -98,17 +98,14 @@ jobs:
98
environment:
99
name: release
100
steps:
101
- - name: Setup Python
102
- uses: actions/setup-python@v2
103
- with:
104
- python-version: 3.9
+ - uses: actions/checkout@v2
105
- name: Install uv
106
uses: astral-sh/setup-uv@v3
107
with:
108
version: 0.3.4
109
enable-cache: true
110
- - name: Set up Python ${{ matrix.py }}
111
- run: uv python install
+ - name: Set up Python
+ run: uv python install 3.11.9
112
- name: Generate Version
113
run: uv run hatch version $(dunamai from any --style pep440)
114
- name: Publish to PyPI
0 commit comments