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 f40dbd0 commit bed9402Copy full SHA for bed9402
.github/workflows/pythonpackage.yml
@@ -179,7 +179,7 @@ jobs:
179
run: |
180
python -m pip install --upgrade pip
181
pip install --upgrade twine
182
- - uses: actions/download-artifact@v5.0.0
+ - uses: actions/download-artifact@v6.0.0
183
with:
184
pattern: built-*
185
merge-multiple: true
@@ -198,7 +198,7 @@ jobs:
198
permissions:
199
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
200
steps:
201
202
203
204
0 commit comments