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 a0a1168 commit 52f635eCopy full SHA for 52f635e
.github/workflows/multiarch.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Install ORAS
20
- run: snap install oras --classic
+ run: sudo snap install oras --classic
21
- name: Deploy
22
if: github.repository == 'pypa/manylinux'
23
run: ./deploy_multiarch.sh
0 commit comments