Skip to content

Commit d51cb91

Browse files
committed
fixed workflow
1 parent 7312c2b commit d51cb91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
path: dist
5959

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

6565
- uses: pypa/gh-action-pypi-publish@v1.5.0
6666
with:

0 commit comments

Comments
 (0)