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 57bd245 commit 3134375Copy full SHA for 3134375
1 file changed
.github/workflows/python-publish.yml
@@ -11,7 +11,9 @@ jobs:
11
deploy:
12
13
runs-on: ubuntu-latest
14
-
+ container:
15
+ image: archlinux/archlinux:latest
16
+ options: --privileged
17
steps:
18
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
- name: Set up Python
0 commit comments