diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ead459d..76ecb75 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -52,3 +52,4 @@ jobs: # Remember to tell (test-)pypi about this repo before publishing # Remove this line to publish to PyPI repository-url: https://test.pypi.org/legacy/ + password: ${{ secrets.PYPI_PASSWORD }}