Skip to content

Commit 2fcdc8a

Browse files
committed
Fix workflow
1 parent 7b62236 commit 2fcdc8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python -m pip install --upgrade pip
5555
python -m pip install flake8 pytest pytest-cov
5656
python -m pip install -r requirements.txt
57-
python -m pip install build twine
57+
python -m pip install twine
5858
5959
- name: Build
6060
shell: bash

0 commit comments

Comments
 (0)