publishing stuff
This commit is contained in:
parent
6fe1aaf51a
commit
599db9c38b
1
.github/workflows/python_publish.yml
vendored
1
.github/workflows/python_publish.yml
vendored
|
@ -57,4 +57,5 @@ jobs:
|
||||||
- name: Publish distribution 📦 to PyPI
|
- name: Publish distribution 📦 to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
Loading…
Reference in New Issue
Block a user