Skip to content

Commit ac0297d

Browse files
authored
Update ci-cd.yml to reference PYPI API token correctly
1 parent ad75258 commit ac0297d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ jobs:
100100
id: deployable
101101
if: github.event_name == 'release'
102102
env:
103-
PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
104-
run: if [ -n "$PYPI_API_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
103+
PYPI_API_TOKEN: "${{ secrets.PYPI_TOKEN }}"
104+
run: if [ -n "$PYPI_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi
105105

106106
- name: Upload to PyPI
107107
if: steps.deployable.outputs.DEPLOY

0 commit comments

Comments
 (0)