This commit is contained in:
Andras Schmelczer 2022-07-08 11:34:30 +02:00
parent ea540e859e
commit 9aa53056ad
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -25,9 +25,3 @@ jobs:
- name: Build documentation
run: mkdocs gh-deploy
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}