We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf48bb7 commit be23981Copy full SHA for be23981
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