We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e33e8 commit 7764533Copy full SHA for 7764533
.github/workflows/release.yml
@@ -16,8 +16,8 @@ jobs:
16
# Install a specific version of uv.
17
version: "0.5.4"
18
19
- - name: Set up Python ${{ matrix.python-version }}
20
- run: uv python install ${{ matrix.python-version }}
+ - name: Set up Python
+ run: uv python install
21
22
- name: Install the project
23
run: uv sync
@@ -27,11 +27,8 @@ jobs:
27
run: |
28
sed -i -e "s/0.0.0/${GITHUB_REF#refs/*/}/" pyproject.toml
29
uv build
30
- #poetry version ${{ github.ref_name }}
31
- #poetry build
32
33
- #Archive the dist folder
34
- - name: Archive sphinx documentation
+ - name: Archive dist folder
35
uses: actions/upload-artifact@v4
36
with:
37
name: dist
0 commit comments