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 d963645 commit 6ceee34Copy full SHA for 6ceee34
.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@v4.1.8
+ - uses: actions/download-artifact@v4.3.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