Skip to content

Commit

Permalink
Split sdist and bdist in two commands
Browse files Browse the repository at this point in the history
  • Loading branch information
flikka committed May 28, 2020
1 parent 8b66fa2 commit 3baa99c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
python-version: ${{matrix.python-version}}
- name: Build
run: |
python setup.py sdist bdist_wheel
python setup.py sdist
python setup.py bdist_wheel
- name: Publish
env:
TWINE_PASSWORD: ${{ secrets.PYPI }}
Expand Down

0 comments on commit 3baa99c

Please sign in to comment.