Skip to content

Commit 8802533

Browse files
authored
Merge pull request #58 from pyiron/depend_upload
Change requirements before uploading to pypi
2 parents 8f5732b + 2a5e756 commit 8802533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
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)