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 2bd1be7 commit ac0c43aCopy full SHA for ac0c43a
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v4
25
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
26
with:
27
python-version-file: .python-version
28
allow-prereleases: true
.github/workflows/publish-to-pypi.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Set up Python
13
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
14
15
python-version: "3.x"
16
- name: Install pypa/build
0 commit comments