Skip to content

Commit b33238d

Browse files
committed
ci: Fix Poetry Publish
1 parent f7c9873 commit b33238d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ jobs:
3131
run: knope release
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.PAT }}
34-
- name: Setup Poetry
35-
run: |
36-
python -m pip install --upgrade pip
37-
pip install --upgrade poetry
38-
poetry config http-basic.pypi __token__ ${{ secrets.PYPI_TOKEN }}
34+
- name: Install Poetry
35+
run: pip install --upgrade poetry
3936
- name: Push to PyPI
40-
run: poetry publish --build
37+
run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)