diff --git a/.github/workflows/version-deployment.yml b/.github/workflows/version-deployment.yml index 8e51eb2..546ba1a 100644 --- a/.github/workflows/version-deployment.yml +++ b/.github/workflows/version-deployment.yml @@ -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