Skip to content

Commit

Permalink
Merge pull request #23 from pyiron/depend_upload
Browse files Browse the repository at this point in the history
Change dependency from == to >= before upload to pypi
  • Loading branch information
jan-janssen committed Feb 1, 2021
2 parents 783a15e + 2730f09 commit 2913cbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Install dependencies
run: >-
python -m pip install --user --upgrade setuptools wheel
- name: Convert dependencies
run: >-
sed -i 's/==/>=/g' setup.py; cat setup.py
- name: Build
run: >-
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 2913cbf

Please sign in to comment.