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.
2 parents d5a756d + 4f62d8b commit e9d1f29Copy full SHA for e9d1f29
1 file changed
.github/workflows/publish_to_pypi.yml
@@ -24,6 +24,9 @@ jobs:
24
python -m pip install --upgrade --disable-pip-version-check pip
25
python -m pip install --upgrade cython twine build wheel
26
27
+ - name: Install dependencies
28
+ run: sudo apt-get update
29
+
30
- name: Install dependencies
31
run: sudo apt-get install -y libsystemd-dev
32
@@ -33,4 +36,4 @@ jobs:
33
36
- name: Upload to PyPI via Twine
34
37
env:
35
38
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
- run: twine upload --verbose -u '__token__' dist/*
39
+ run: twine upload --verbose -u '__token__' dist/*
0 commit comments