Skip to content

Commit

Permalink
Do not upgrade pip in build-and-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-vv committed Oct 27, 2024
1 parent 58f95da commit 4f4e1e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
pip install --upgrade pip setuptools wheel auditwheel patchelf
pip install --upgrade setuptools wheel auditwheel patchelf
- name: Build the wheel
run: python setup.py bdist_wheel
- name: Build the source distribution
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install dependencies
shell: powershell
run: |
pip install --upgrade pip setuptools wheel
pip install --upgrade setuptools wheel
- name: Build the wheel
run: python setup.py bdist_wheel
- name: Upload wheel artifact
Expand Down Expand Up @@ -127,7 +127,6 @@ jobs:
path: ./
- name: Install Twine
run: |
pip install --upgrade pip
pip install twine
- name: Upload to PyPI
env:
Expand All @@ -152,7 +151,6 @@ jobs:
path: ./
- name: Install Twine
run: |
pip install --upgrade pip
pip install twine
- name: Upload to PyPI
env:
Expand Down

0 comments on commit 4f4e1e4

Please sign in to comment.