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 f590568 + 3651741 commit 7361b91Copy full SHA for 7361b91
.github/workflows/publish-package.yml
@@ -30,7 +30,7 @@ jobs:
30
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
31
32
steps:
33
- - uses: actions/checkout@v4.2.2
+ - uses: actions/checkout@v5.0.0
34
- name: Set up Python
35
uses: actions/setup-python@v6.0.0
36
with:
.github/workflows/run-tests.yml
- platform: windows-latest
python-version: 3.13
- name: Set up Python ${{ matrix.python-version }}
0 commit comments