Skip to content

Commit c9facad

Browse files
fix pypi (#10)
Co-authored-by: tang zhixiong <zhixiong.tang@momenta.ai>
1 parent b927529 commit c9facad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ jobs:
103103

104104
- uses: pypa/gh-action-pypi-publish@release/v1
105105
with:
106-
password: ${{ secrets.pypi_password }}
106+
skip-existing: true
107+
verbose: true

0 commit comments

Comments
 (0)