Skip to content

Commit

Permalink
[UPDATE] removed double quotes from workflow python
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfii committed Feb 9, 2024
1 parent 3e7f969 commit 024c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with open('pyproject.toml', 'w') as f:
toml.dump(config, f)
print(f"Project Version updated to {_ver} in pyproject.toml file.")
print(f'Project Version updated to {_ver} in pyproject.toml file.')
"""
- name: Build package
run: python -m build
Expand Down

0 comments on commit 024c709

Please sign in to comment.