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.
1 parent 9cf30cb commit cb188b0Copy full SHA for cb188b0
.github/workflows/python-publish.yml
@@ -19,6 +19,9 @@ jobs:
19
python-version: '3.x'
20
- name: Install dependencies
21
run: |
22
+ apt-get install gcc libpq-dev -y
23
+ apt-get install python-dev python-pip -y
24
+ apt-get install python3-dev python3-pip python3-venv python3-wheel -y
25
python -m pip install --upgrade pip
26
pip install setuptools wheel twine
27
python setup.py bdist_wheel
0 commit comments