Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Mar 22, 2020
1 parent f73e286 commit 3e531ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pip install twine
- name: Build Python package
run: python setup.py sdist bdist_wheel
run: python setup.py sdist

- name: Twine check
run: twine check dist/*
Expand Down

0 comments on commit 3e531ff

Please sign in to comment.