Skip to content

Commit 7bc7025

Browse files
authored
Fix copy/paste error in release workflow requirements (#177)
1 parent e6cd403 commit 7bc7025

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install dependencies
5353
run: |
5454
python -m pip install --upgrade pip
55-
pip install -r dev_requirements/requirements-packaging.txt
55+
pip install -r dev_requirements/requirements-test_packaging.txt
5656
- name: Build wheel and source distributions
5757
run: |
5858
python -m build

0 commit comments

Comments
 (0)