Skip to content

Commit

Permalink
Update release wflow
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Jun 11, 2024
1 parent 08bdc65 commit 82e27e1
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,11 +18,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools setuptools_scm wheel
pip install setuptools setuptools_scm wheel build
- name: Build packages
run: |
python setup.py sdist bdist_wheel
python -m build --sdist --wheel

- name: Publish package
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 82e27e1

Please sign in to comment.