Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aodag committed Jun 12, 2021
1 parent add4cec commit ea03417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
dists/kenallclient-*.whl
dists/kenallclient-*.tar.gz
dists/kenallclient-*.zip
dist/kenallclient-*.whl
dist/kenallclient-*.tar.gz
dist/kenallclient-*.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ea03417

Please sign in to comment.