remove http-basic config for poetry (shouldn't be used anymore)

This commit is contained in:
Jonathan Wren 2020-11-28 14:09:19 -08:00
parent 68e72958b8
commit c3a8453e94
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -70,7 +70,8 @@ jobs:
git push origin develop --tags git push origin develop --tags
- name: Deploy to PyPI - name: Deploy to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: | run: |
poetry config http-basic.pypi "__token__" "${POETRY_PYPI_TOKEN_PYPI}"
poetry publish --build poetry publish --build