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.
release
1 parent 2dec23b commit 7bc5cb4Copy full SHA for 7bc5cb4
.github/workflows/release.yml
@@ -31,10 +31,10 @@ 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 }}
39
- - name: Push to PyPI
40
- run: poetry publish --build
+ - name: Setup Poetry
+ run: |
+ python -m pip install --upgrade pip
+ pip install --upgrade poetry
+ poetry config http-basic.pypi __token__ ${{ secrets.PYPI_TOKEN }}
+ - name: Push to PyPI
+ run: poetry publish --build
0 commit comments