Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa authored May 25, 2021
1 parent f63550f commit dbb6d74
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,3 @@ jobs:
run: |
python setup.py bdist_wheel --universal
python setup.py sdist
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/volume_of_insufficient_coverage-0.1.2-py3-none-any.whl
asset_name: mything
tag: ${{ github.ref }}
overwrite: true
body: "..."

0 comments on commit dbb6d74

Please sign in to comment.