We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f5af35 + be23981 commit 7c1157cCopy full SHA for 7c1157c
1 file changed
.github/workflows/pypi.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
16
- name: Install poetry
17
- run: apt update && apt install -y pipx && pipx install poetry
+ run: sudo apt update && sudo apt install -y pipx && pipx install poetry
18
19
- name: Publish to pypi
20
env:
0 commit comments