Skip to content

Commit 7764533

Browse files
authored
Update release.yml
1 parent d4e33e8 commit 7764533

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Diff for: .github/workflows/release.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
# Install a specific version of uv.
1717
version: "0.5.4"
1818

19-
- name: Set up Python ${{ matrix.python-version }}
20-
run: uv python install ${{ matrix.python-version }}
19+
- name: Set up Python
20+
run: uv python install
2121

2222
- name: Install the project
2323
run: uv sync
@@ -27,11 +27,8 @@ jobs:
2727
run: |
2828
sed -i -e "s/0.0.0/${GITHUB_REF#refs/*/}/" pyproject.toml
2929
uv build
30-
#poetry version ${{ github.ref_name }}
31-
#poetry build
3230
33-
#Archive the dist folder
34-
- name: Archive sphinx documentation
31+
- name: Archive dist folder
3532
uses: actions/upload-artifact@v4
3633
with:
3734
name: dist

0 commit comments

Comments
 (0)