Skip to content

Commit 2ad7b5d

Browse files
committed
fix release ci
1 parent 6a1c3af commit 2ad7b5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ jobs:
7676
twine check dist/*
7777
7878
- name: Publish package distributions to PyPI
79-
password: ${{ secrets.PYPI_API_TOKEN }}
8079
uses: pypa/gh-action-pypi-publish@release/v1
80+
with:
81+
password: ${{ secrets.PYPI_API_TOKEN }}
8182

8283
create-github-release:
8384
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)