Skip to content

Commit

Permalink
Fix typo - remote -m from setup.py sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Nov 30, 2020
1 parent 0550f6a commit 4b667c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python3 -m setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*

0 comments on commit 4b667c3

Please sign in to comment.