Skip to content

Commit

Permalink
Update pypi-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Jul 19, 2024
1 parent baea3c3 commit 70a901e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Update Python setup
run: |
pip install --upgrade pip
pip install --upgrade setuptools
python --version
pip list
- name: Build distribution
Expand Down Expand Up @@ -64,7 +62,8 @@ jobs:
- name: Install Python dependencies
run: |
pip install --upgrade pip
pip install pytest-xdist setuptools
pip install --upgrade setuptools
pip install pytest-xdist
- name: Install source distribution
run: |
pip install dist/*.tar.gz
Expand Down

0 comments on commit 70a901e

Please sign in to comment.