Skip to content

Commit

Permalink
ops(CD): fix PYPI key typo
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli committed Jan 30, 2023
1 parent 53c352e commit 2cf2607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_KEY }}

0 comments on commit 2cf2607

Please sign in to comment.