fix build workflow
This commit is contained in:
parent
dbc519784e
commit
d8688632e4
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ jobs:
|
||||||
run: ./.venv/bin/python -m build
|
run: ./.venv/bin/python -m build
|
||||||
|
|
||||||
- name: Publish the package
|
- name: Publish the package
|
||||||
uses: actions/pypi-publish@v1
|
uses: actions/pypi-publish@v1.8.14
|
||||||
with:
|
with:
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue