We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee35382 commit dbdded5Copy full SHA for dbdded5
.github/workflows/docs.yml
@@ -50,6 +50,7 @@ jobs:
50
run: poetry install --extras "docs lint"
51
52
- name: Print python versions
53
+ if: env.PUBLISH == 'true'
54
run: |
55
python -V
56
poetry run python -V
0 commit comments