We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71498a6 commit 50f27d4Copy full SHA for 50f27d4
1 file changed
.github/workflows/wheels.yml
@@ -63,6 +63,7 @@ jobs:
63
python -m build
64
65
- name: Publish on pypi.org
66
+ if: github.ref == 'refs/heads/master' && github.repository == 'wenet-e2e/WeTextProcessing'
67
env:
68
TWINE_USERNAME: __token__
69
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments