Skip to content

Commit

Permalink
Update .github/workflows/python-publish.yml
Browse files Browse the repository at this point in the history
Co-authored-by: kevin <68426071+hf-krechan@users.noreply.github.com>
  • Loading branch information
FreddyFox892 and hf-krechan authored Sep 25, 2024
1 parent 889efa5 commit e7bef1e
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 @@ -58,7 +58,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test_packaging]
pip install './.[test_packaging]'
- name: Build wheel and source distributions
run: |
python -m build
Expand Down

0 comments on commit e7bef1e

Please sign in to comment.