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 1371b4e commit 111739bCopy full SHA for 111739b
.github/workflows/release.yml
@@ -28,15 +28,7 @@ jobs:
28
- run: poetry install
29
shell: bash
30
31
- - name: Build Package
32
- run: |
33
- poetry build
34
-
35
- - name: Publish package to PyPI
36
- uses: pypa/gh-action-pypi-publish@release/v1
37
38
- name: Publish package
39
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
40
- with:
41
- user: __token__
42
- password: ${{ secrets.PYPI_API_TOKEN }}
+ run: |
+ poetry publish --build --username __token__ --password ${{ secrets.PYPI_API_TOKEN }}
+ shell: bash
0 commit comments