Skip to content

Commit d5f0434

Browse files
Back to pseudo-original Action
1 parent 64d4c7d commit d5f0434

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
python-version: '3.x'
2020
- name: Install dependencies
2121
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
2522
python -m pip install --upgrade pip
2623
pip install setuptools wheel twine
24+
pip install --upgrade pip wheel
2725
- name: Build and publish
2826
env:
2927
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)