Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus committed Sep 3, 2024
1 parent cf4ebf7 commit 13ef296
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,12 @@ jobs:
uv-${{ runner.os }}
- name: Install the project
run: uv sync --locked
run: uv sync --dev --locked

- name: 📦 Build package
run: python -m build
run: |
. .venv/bin/activate
python -m build
- name: 📤 Publish package
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 13ef296

Please sign in to comment.