We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbec001 commit 32e9f74Copy full SHA for 32e9f74
1 file changed
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up Python
29
uses: actions/setup-python@v5
30
with:
31
- python-version: ".python-version"
+ python-version-file: ".python-version"
32
33
- name: Verify version matches tag
34
run: |
0 commit comments