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 b858d06 + 7d2ce77 commit 9c7a06fCopy full SHA for 9c7a06f
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v5
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Install dependencies
.github/workflows/publish.yml
- name: Checkout code
uses: actions/checkout@v5
- name: Set up Python
python-version: 3.13
- name: Install flit
0 commit comments