Skip to content

Commit

Permalink
ci: install build in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Streicher committed Apr 17, 2024
1 parent ec60c7e commit b0a1074
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 @@ -22,9 +22,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel build
- name: Build package
run: |
python setup.py sdist bdist_wheel # Could also be python -m build
python -m build # Could also be python setup.py sdist bdist_wheel
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit b0a1074

Please sign in to comment.