We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c9873 commit b33238dCopy full SHA for b33238d
.github/workflows/release.yml
@@ -31,10 +31,7 @@ jobs:
31
run: knope release
32
env:
33
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 }}
+ - name: Install Poetry
+ run: pip install --upgrade poetry
39
- name: Push to PyPI
40
- run: poetry publish --build
+ run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_TOKEN }}
0 commit comments