Skip to content

Commit a4973e9

Browse files
committed
Convert dependencies for release
1 parent 6a73439 commit a4973e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Install dependencies
1919
run: >-
2020
python -m pip install --user --upgrade setuptools wheel
21+
- name: Convert dependencies
22+
run: >-
23+
sed -i 's/==/>=/g' setup.py; cat setup.py
2124
- name: Build
2225
run: >-
2326
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)