Skip to content

Commit

Permalink
Build and upload release wheels (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin authored Mar 22, 2024
1 parent 0fef603 commit 9af305a
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
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 9af305a

Please sign in to comment.