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.
2 parents 2d368ad + 364d822 commit 7c0b549Copy full SHA for 7c0b549
.github/workflows/build-workflow.yml
@@ -290,7 +290,6 @@ jobs:
290
- uses: actions/setup-python@v5
291
with:
292
python-version: '3.11'
293
- cache: 'pip'
294
295
- name: Download release artifacts
296
uses: actions/download-artifact@v4
@@ -402,7 +401,6 @@ jobs:
402
401
403
404
405
406
# Install nfpm used to for linux packaging
407
- uses: actions/setup-go@v5
408
.github/workflows/cloudsmith-cleanup.yml
@@ -17,7 +17,6 @@ jobs:
17
18
19
python-version: '3.x'
20
21
- name: Delete old packages
22
run: |
23
./ci/admin/cloudsmith_admin.sh cleanup
0 commit comments