Skip to content

Commit 636ac76

Browse files
committed
fix: publishing
1 parent 413a347 commit 636ac76

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ jobs:
5252
working-directory: ./packages/${{ matrix.package }}
5353

5454
- name: Publish python package to pypi
55-
run: poetry publish --build
55+
run: poetry publish --build --username __token__ --password ${{secrets.POLYWRAP_BUILD_BOT_PYPI_PAT}}
5656
working-directory: ./packages/${{ matrix.package }}
57-
env:
58-
POETRY_PYPI_TOKEN_PYPI: ${{secrets.POLYWRAP_BUILD_BOT_PYPI_PAT}}
5957

6058
- uses: actions/github-script@0.8.0
6159
with:

0 commit comments

Comments
 (0)