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 9abc097 commit f3f2bd0Copy full SHA for f3f2bd0
.github/workflows/pythonpackage.yml
@@ -183,7 +183,7 @@ jobs:
183
run: |
184
python -m pip install --upgrade pip
185
pip install --upgrade twine
186
- - uses: actions/download-artifact@v4.1.8
+ - uses: actions/download-artifact@v4.3.0
187
with:
188
pattern: built-*
189
merge-multiple: true
@@ -202,7 +202,7 @@ jobs:
202
permissions:
203
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
204
steps:
205
206
207
208
0 commit comments