Skip to content

Commit

Permalink
Replaced build module with setup.py dsidt
Browse files Browse the repository at this point in the history
  • Loading branch information
kohleman authored Oct 9, 2024
1 parent 3626f20 commit 74ee1ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
run: >-
python3 -m
pip install
build
setuptools wheel
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
run: python3 setup.py sdist bdist_wheel
- name: Store the distribution packages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 74ee1ed

Please sign in to comment.