Skip to content

Commit 0ad40d8

Browse files
committed
hotfix: update cicd python dist tool
1 parent 4948fd2 commit 0ad40d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
- name: Build package
5454
run: python -m build
5555
- name: Publish package distributions to PyPI
56-
uses: pypa/gh-action-pypi-publish@v1.8.6
56+
uses: pypa/gh-action-pypi-publish@v1.12.4
5757
with:
5858
user: __token__
59-
password: ${{ secrets.PYPI_PASSWORD }}
59+
password: ${{ secrets.PYPI_PASSWORD }}
60+
verify-metadata: false

0 commit comments

Comments
 (0)