Skip to content

Commit

Permalink
Merge pull request #1374 from ICB-DCM/develop
Browse files Browse the repository at this point in the history
Fixing PyPi on Main
  • Loading branch information
PaulJonasJost authored Apr 16, 2024
2 parents 339ce2a + d8fa981 commit d8333bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Remove direct dependencies from setup.cfg
# Remove any "git+https"-based dependencies that are not supported
# by PyPI and are only required for testing.
run: sed -i '/git+https/d' python/sdist/setup.cfg
run: sed -i '/git+https/d' setup.cfg

- name: Prepare python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Release notes
* Misc
* Updated Code to match dependency updates (#1316, #1344, #1346, #1345)
* Ignore code formatting in git blame (#1317)
* Updated deployment method (#1341)
* Updated deployment method (#1341, #1371, #1373)
* add pyupgrade to codechecks (#1352)
* Temporarily require scipy<1.13.0 for pypesto[pymc] (#1360)

Expand Down

0 comments on commit d8333bd

Please sign in to comment.