We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad75258 commit ac0297dCopy full SHA for ac0297d
.github/workflows/ci-cd.yml
@@ -100,8 +100,8 @@ jobs:
100
id: deployable
101
if: github.event_name == 'release'
102
env:
103
- PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
104
- run: if [ -n "$PYPI_API_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
+ PYPI_API_TOKEN: "${{ secrets.PYPI_TOKEN }}"
+ run: if [ -n "$PYPI_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
105
106
- name: Upload to PyPI
107
if: steps.deployable.outputs.DEPLOY
0 commit comments