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 b944ce9 commit 08bcc93Copy full SHA for 08bcc93
.github/workflows/pythonpackage.yml
@@ -246,7 +246,7 @@ jobs:
246
run: |
247
python -m pip install --upgrade pip
248
pip install --upgrade twine
249
- - uses: actions/download-artifact@v4.1.8
+ - uses: actions/download-artifact@v4.3.0
250
with:
251
pattern: built-*
252
merge-multiple: true
@@ -313,7 +313,7 @@ jobs:
313
permissions:
314
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
315
steps:
316
317
318
319
0 commit comments