Skip to content

Commit

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

0 comments on commit 515fc0b

Please sign in to comment.