Skip to content

Commit e7bef1e

Browse files
Update .github/workflows/python-publish.yml
Co-authored-by: kevin <[email protected]>
1 parent 889efa5 commit e7bef1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Install dependencies
5959
run: |
6060
python -m pip install --upgrade pip
61-
pip install .[test_packaging]
61+
pip install './.[test_packaging]'
6262
- name: Build wheel and source distributions
6363
run: |
6464
python -m build

0 commit comments

Comments
 (0)