Skip to content

Commit 2cb1829

Browse files
committed
try to fix CI
1 parent 0ca1d52 commit 2cb1829

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
poetry config installer.parallel true
3232
3333
- name: Publish tagged release
34+
env:
35+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
3436
run: |
35-
# POETRY_PYPI_TOKEN_PYPI should be set in environment variables
3637
poetry publish --build

0 commit comments

Comments
 (0)