Skip to content

Commit be23981

Browse files
committed
fix: publish release with ubuntu-24.04
1 parent cf48bb7 commit be23981

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Install poetry
17-
run: apt update && apt install -y pipx && pipx install poetry
17+
run: sudo apt update && sudo apt install -y pipx && pipx install poetry
1818

1919
- name: Publish to pypi
2020
env:

0 commit comments

Comments
 (0)