Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed May 1, 2024
1 parent 301ae76 commit 6e51896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install build pytest
- name: Build
run: python -m build --sdist --wheel .

- name: Install wheel
run: pip install dist/psm_utils-*.whl[dev]
run: pip install dist/psm_utils-*.whl

- name: Test wheel
run: |
Expand Down

0 comments on commit 6e51896

Please sign in to comment.