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.
2 parents b7342e6 + 286146f commit ccbe58dCopy full SHA for ccbe58d
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
poetry config virtualenvs.in-project true --local
30
31
- name: Setup Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@97aeb3efb8a852c559869050c7fb175b4efcc8cf
+ uses: actions/setup-python@bfc4944b43a5d84377eca3cf6ab5b7992ba61923
33
with:
34
python-version: ${{ matrix.python-version }}
35
cache: "poetry"
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
19
20
- name: Setup Python
21
22
23
python-version: "3.14"
24
0 commit comments