Skip to content

Commit

Permalink
Fixup release workflow (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeofphilberg authored Aug 12, 2024
1 parent 4d7baaa commit 1f9ec8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
python-version: 3.11
- name: Install dependencies
run: |
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 1f9ec8a

Please sign in to comment.