release
This commit is contained in:
parent
4c17cb661b
commit
ed882822e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-publish.yml
vendored
2
.github/workflows/python-publish.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
uses: pypa/gh-action-pypi-publish@v1.4.2
|
uses: pypa/gh-action-pypi-publish@v1.4.2
|
||||||
with:
|
with:
|
||||||
user: dda
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_DDA }}
|
password: ${{ secrets.PYPI_DDA }}
|
||||||
skip_existing: true
|
skip_existing: true
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
Loading…
Reference in a new issue