Skip to content

Commit

Permalink
Updates build for no setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbasaldua committed Feb 18, 2025
1 parent 2aa857f commit bbd9a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install build
- name: Build package
run: |
python setup.py sdist
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit bbd9a70

Please sign in to comment.