Skip to content

Commit 7bc5cb4

Browse files
committed
ci: Fix release workflow YAML
1 parent 2dec23b commit 7bc5cb4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ 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 }}
39-
- name: Push to PyPI
40-
run: poetry publish --build
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

0 commit comments

Comments
 (0)