Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Nov 27, 2024
1 parent d4e33e8 commit 7764533
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# Install a specific version of uv.
version: "0.5.4"

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

- name: Install the project
run: uv sync
Expand All @@ -27,11 +27,8 @@ jobs:
run: |
sed -i -e "s/0.0.0/${GITHUB_REF#refs/*/}/" pyproject.toml
uv build
#poetry version ${{ github.ref_name }}
#poetry build
#Archive the dist folder
- name: Archive sphinx documentation
- name: Archive dist folder
uses: actions/upload-artifact@v4
with:
name: dist
Expand Down

0 comments on commit 7764533

Please sign in to comment.