We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cd889 commit fd98560Copy full SHA for fd98560
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Install LevelDB dependencies # for python 3.13
22
- run: apt install libleveldb-dev
+ run: sudo apt install libleveldb-dev
23
- name: Install dependencies
24
run: pip install build
25
- name: Build wheel and sdist
0 commit comments