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 189c498 commit 088e3fdCopy full SHA for 088e3fd
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
uses: actions/setup-python@v3
16
- name: Install poetry
17
run: python -m pip install poetry
18
- - run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
19
- name: Publish package
20
- run: poetry publish --build
+ run: |
+ poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
21
+ poetry publish --build
0 commit comments