We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd315db + 8478b49 commit 8c894faCopy full SHA for 8c894fa
1 file changed
.github/workflows/publish-pypi.yml
@@ -18,10 +18,10 @@ jobs:
18
TAG: ${{ github.event.release.tag_name }}
19
run: echo "VERSION=${TAG#v}" >> $GITHUB_OUTPUT
20
21
- - name: Set up Python 3.14
+ - name: Set up Python 3.13
22
uses: actions/setup-python@v5
23
with:
24
- python-version: 3.14
+ python-version: 3.13
25
26
- name: Cache Poetry virtualenv
27
uses: actions/cache@v3
0 commit comments