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 cfbf47e commit af532b3Copy full SHA for af532b3
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15
with:
16
persist-credentials: false
17
- name: Build a binary wheel and a source tarball
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: Download all the dists
39
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v4
+ uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
40
41
name: python-package-distributions
42
path: dist/
0 commit comments