Skip to content

Commit ba8d61e

Browse files
authored
Update python-publish.yml
1 parent b44e7f7 commit ba8d61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install dependencies
5757
run: |
5858
python -m pip install --upgrade pip
59-
pip install .[test-packaging]
59+
pip install .[packaging]
6060
- name: Build wheel and source distributions
6161
run: |
6262
python -m build

0 commit comments

Comments
 (0)