Skip to content

Commit

Permalink
update poetry to hatch in pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maximvochten committed Jun 8, 2024
1 parent f911ac2 commit de5894f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
pip install hatch
- name: Build
run: |
poetry build
hatch build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit de5894f

Please sign in to comment.