We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9080df0 commit 034bd70Copy full SHA for 034bd70
.github/workflows/python-publish.yml
@@ -19,6 +19,9 @@ jobs:
19
python-version: '3.7'
20
- name: Install dependencies
21
run: |
22
+ sudo apt-get install gcc libpq-dev -y
23
+ sudo apt-get install python-dev python-pip -y
24
+ sudo apt-get install python3-dev python3-pip python3-venv python3-wheel -y
25
pip3 install --upgrade pip
26
pip3 install setuptools wheel twine --upgrade --force
27
- name: Build and publish
0 commit comments