Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
HRashidi committed Oct 14, 2024
1 parent b9f9c88 commit 010300c
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 @@ -31,10 +31,10 @@ jobs:
run: pip3 install setuptools wheel twine

- name: Install build dependencies
run: pip3 install -r requirements.txt
run: pip3 install wheel

- name: Build the package
run: python3 -m build
run: python3 setup.py sdist bdist_wheel

- name: Publish to PyPI
if: github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish_target == 'pypi')
Expand Down

0 comments on commit 010300c

Please sign in to comment.