Skip to content

Commit

Permalink
create source distribution sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored Feb 3, 2022
1 parent 8645068 commit c259056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-autowrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
run: |
python -m pip install wheel
- name: Build wheel
- name: Build wheel and source distribution
run: |
python setup.py bdist_wheel
python setup.py bdist_wheel sdist
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit c259056

Please sign in to comment.