Skip to content

Commit

Permalink
chore(github): properly install env
Browse files Browse the repository at this point in the history
  • Loading branch information
mozharovsky committed Dec 9, 2024
1 parent d4e975d commit 5e5a051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: Install dependencies
run: |
pip install uv
uv pip install build twine
uv pip install --system build twine
- name: Build package
run: uv pip build
run: uv pip build --system
- name: Publish package
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit 5e5a051

Please sign in to comment.