update publish workflow to use correct secret name

This commit is contained in:
upstreamdata
2022-07-07 15:44:28 -06:00
parent eeffdecde1
commit 7fb4237e51

View File

@@ -19,4 +19,4 @@ jobs:
- name: Build using poetry and publish to PyPi
uses: JRubics/poetry-publish@v1.11
with:
pypi_token: ${{ secrets.PYPI_API_TOKEN }}
pypi_token: ${{ secrets.PYPI_API_KEY }}