Skip to content

Commit

Permalink
Update CI build action to work without setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lahtinep committed Nov 29, 2024
1 parent d582531 commit c4d523a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-sdist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:

- name: Create sdist
shell: bash -l {0}
run: python setup.py sdist
run: |
python -m pip install -q build
python -m build
- name: Publish package to PyPI
if: github.event.action == 'published'
Expand Down

0 comments on commit c4d523a

Please sign in to comment.