Skip to content

Commit

Permalink
Merge pull request #1147 from Emantor/topic/build-wheel
Browse files Browse the repository at this point in the history
github/build-and-release: also build wheel
  • Loading branch information
Bastian-Krause committed Apr 26, 2023
2 parents b774622 + 878665d commit 06ea5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python -m pip install --upgrade pip build
- name: Build sdist
run: |
python -m build -s
python -m build
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: startsWith(github.ref, 'refs/tags') != true
Expand Down

0 comments on commit 06ea5db

Please sign in to comment.