Commit b1bc9942 authored by Boris Bonev's avatar Boris Bonev
Browse files

Enabling deployment to PyPI

parent 9eb325e3
...@@ -33,8 +33,8 @@ jobs: ...@@ -33,8 +33,8 @@ jobs:
user: __token__ user: __token__
password: ${{ secrets.TEST_PYPI_PASSWORD }} password: ${{ secrets.TEST_PYPI_PASSWORD }}
repository_url: https://test.pypi.org/legacy/ repository_url: https://test.pypi.org/legacy/
# - name: Publish package to PyPI - name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
# with: with:
# user: __token__ user: __token__
# password: ${{ secrets.PYPI_PASSWORD }} password: ${{ secrets.PYPI_PASSWORD }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment