Skip to content

Commit

Permalink
Fix uv build commands (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
millerpeterson authored Sep 25, 2024
1 parent cfc5910 commit d264bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: sed -i "s/0.999.0/$(git describe --tags --abbrev=0)/g" pyproject.toml

- name: Build 'kolena' Python package
run: uv build --format=sdist
run: uv build --sdist

- name: Publish 'kolena' documentation to production (S3)
run: |
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
sed -i '0,/kolena/{s/kolena/kolena-client/}' pyproject.toml kolena/__init__.py
uv pip install --all-extras -r pyproject.toml
uv build --format=sdist
uv build --sdist
- name: "[backcompat] Install twine for package distribution on CodeArtifact"
run: pip install twine
Expand Down

0 comments on commit d264bbe

Please sign in to comment.