Skip to content

Commit

Permalink
Fix publishing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jul 21, 2023
1 parent 7c83e23 commit 6552dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- name: Build packages
run: |
pip install -U pip build
python -m build sdist wheel
pip install -U pip hatch
HATCH_BUILD_HOOKS_ENABLE=true hatch build
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.8
Expand Down

0 comments on commit 6552dba

Please sign in to comment.