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 66b4daa commit 0bfadca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ jobs:
steps:
- name: Checkout Concordia
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Update Python setup
- name: Show 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 0bfadca

Please sign in to comment.