Skip to content

Commit

Permalink
Merge branch 'main' into 191-add-example-notebook-for-the-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mmschlk authored Oct 10, 2024
2 parents e2ea747 + f7bd388 commit 5bddb67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ coverage==7.6.1
matplotlib==3.9.2
networkx==3.3.0
pandas==2.2.2
pytest==8.3.2
ruff==0.6.2
pytest==8.3.3
ruff==0.6.9
scikit-image==0.24.0
scikit-learn==1.5.1
scipy==1.14.1
Expand Down

0 comments on commit 5bddb67

Please sign in to comment.