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 64d4c7d commit d5f0434Copy full SHA for d5f0434
.github/workflows/python-publish.yml
@@ -19,11 +19,9 @@ jobs:
19
python-version: '3.x'
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
python -m pip install --upgrade pip
26
pip install setuptools wheel twine
+ pip install --upgrade pip wheel
27
- name: Build and publish
28
env:
29
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments