Skip to content

Commit

Permalink
[skip ci] Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose authored Mar 16, 2024
1 parent 4c76b06 commit 9deb792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
id: deployable
if: github.event_name == 'release'
env:
PYPI_API_TOKEN: "${{ secrets.PYPI_TOKEN }}"
PYPI_API_TOKEN: "${{ secrets.PYPI_API_TOKEN }}"
run: if [ -n "$PYPI_API_TOKEN" ]; then echo "DEPLOY=true" >> $GITHUB_OUTPUT; fi

- name: Upload to PyPI
Expand Down

0 comments on commit 9deb792

Please sign in to comment.