Skip to content

Commit

Permalink
Update pypi publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joweich committed Nov 1, 2024
1 parent af9b9fa commit e145f62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install hatch
- name: Build package
run: python -m build
run: hatch build
- name: Publish package
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597
with:
Expand Down

0 comments on commit e145f62

Please sign in to comment.