Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeofphilberg committed Aug 12, 2024
1 parent 0d3fefc commit a62f36f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
python -m venv .venv
python -m pip install --upgrade uv
uv pip install build
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit a62f36f

Please sign in to comment.