We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413a347 commit 636ac76Copy full SHA for 636ac76
1 file changed
.github/workflows/cd.yaml
@@ -52,10 +52,8 @@ jobs:
52
working-directory: ./packages/${{ matrix.package }}
53
54
- name: Publish python package to pypi
55
- run: poetry publish --build
+ run: poetry publish --build --username __token__ --password ${{secrets.POLYWRAP_BUILD_BOT_PYPI_PAT}}
56
57
- env:
58
- POETRY_PYPI_TOKEN_PYPI: ${{secrets.POLYWRAP_BUILD_BOT_PYPI_PAT}}
59
60
- uses: actions/github-script@0.8.0
61
with:
0 commit comments