Skip to content

Commit

Permalink
Fix on release publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Jan 23, 2020
1 parent 7fe1e7a commit 777bbab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
cd builder
rm -rf build *.egg-info dist/*
python setup.py build bdist_wheel
twine upload --non-interactive dist/*
Expand Down

0 comments on commit 777bbab

Please sign in to comment.