Skip to content

Commit

Permalink
Update publish_PyPi.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 25, 2023
1 parent 4fb9d36 commit 370021d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish_PyPi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
sudo apt-get install -y python3-setuptools
python -m pip install --upgrade pip
pip install wheel
pip install wheel setuptools
make python
ls src/python
echo "-------"
Expand Down Expand Up @@ -99,7 +98,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel twine
pip install wheel twine setuptools
make python
ls src/python
echo "-------"
Expand Down

0 comments on commit 370021d

Please sign in to comment.