Skip to content

Commit

Permalink
fixes build call
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Nov 19, 2024
1 parent 8387193 commit eadf1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
pip install
build
--user
- name: Build a source tarball
run: python3 setup.py sdist
- name: Build a binary wheel and a source tarball
run: python3 -m build --sdist
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit eadf1ad

Please sign in to comment.