Skip to content

Commit d651f08

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a0fd3c9 commit d651f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- name: Upload to PyPI
229229
if: github.event_name == 'release'
230230
uses: pypa/gh-action-pypi-publish@release/v1
231-
231+
232232

233233
# Deploy on tags if PYPI_API_TOKEN is defined in the repository secrets.
234234
# Secrets are not accessible in the if: condition [0], so set an output variable [1]

0 commit comments

Comments
 (0)