Skip to content

Commit

Permalink
Updated build commands in release workflow (#1280)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lister <48282025+AndrewLister-STFC@users.noreply.github.com>
  • Loading branch information
RabiyaF and AndrewLister-STFC committed May 7, 2024
1 parent b6a1fcb commit f4ea424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: 'Build'
run: |
python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel
pip install build
python -m build
- name: Publish distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit f4ea424

Please sign in to comment.