Skip to content

Commit

Permalink
Remove debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Oct 9, 2024
1 parent a95043c commit e72be00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/prefect-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ jobs:
env:
TMPDIR: ${{ env.TMPDIR }}

- name: (DEBUG) Print versioneer output
run: python -c "import versioneer; print(versioneer.get_version())"
working-directory: ${{ env.TMPDIR }}

- name: Build a binary wheel and a source tarball
run: pip install wheel && python setup.py sdist bdist_wheel
working-directory: ${{ env.TMPDIR }}
Expand Down

0 comments on commit e72be00

Please sign in to comment.