Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner committed Aug 14, 2022
1 parent 7312c2b commit d51cb91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
path: dist

- uses: ncipollo/release-action@v1
with:
artifacts: "dist/*.whl,dist/*.tar.gz"
token: ${{ secrets.GITHUB_TOKEN }}
with:
artifacts: "dist/*.whl,dist/*.tar.gz"
token: ${{ secrets.GITHUB_TOKEN }}

- uses: pypa/[email protected]
with:
Expand Down

0 comments on commit d51cb91

Please sign in to comment.