Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdenobel authored Dec 2, 2020
1 parent e5698a1 commit 63a66d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
twine upload dist/*-manylinux*.whl
publish-source:
publish-source:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -82,4 +82,4 @@ jobs:
run: |
python setup.py sdist
twine upload dist/*.tar.gz

0 comments on commit 63a66d8

Please sign in to comment.