Skip to content

Commit

Permalink
fix pythonpublish to generate release dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
simberaj authored Dec 11, 2019
1 parent 3e3fc14 commit f140d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
- name: Build and publish
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit f140d1c

Please sign in to comment.