Skip to content

Commit

Permalink
Fix for publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
switschel committed Feb 6, 2024
1 parent d7a5578 commit 90d8847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
PIP_NO_CACHE_DIR: '1'
run: |
pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
pip install -r requirements.txt
pip install build
- name: Build
run: python -m build
Expand Down

0 comments on commit 90d8847

Please sign in to comment.