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 a0fd3c9 commit d651f08Copy full SHA for d651f08
.github/workflows/ci-cd.yaml
@@ -228,7 +228,7 @@ jobs:
228
- name: Upload to PyPI
229
if: github.event_name == 'release'
230
uses: pypa/gh-action-pypi-publish@release/v1
231
-
+
232
233
# Deploy on tags if PYPI_API_TOKEN is defined in the repository secrets.
234
# Secrets are not accessible in the if: condition [0], so set an output variable [1]
0 commit comments