Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main-branch-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Build the package
run: rye build
- uses: actions/upload-artifact@v4.3.6
- uses: actions/upload-artifact@v4.6.1
with:
path: ./dist
name: dist-python-${{ matrix.python-version }}
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: eifinger/setup-rye@v4.2.1
- name: Build the package
run: rye build
- uses: actions/upload-artifact@v4.3.6
- uses: actions/upload-artifact@v4.6.1
with:
path: ./dist

Expand All @@ -27,7 +27,7 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/download-artifact@v4.1.8
- uses: actions/download-artifact@v4.1.9

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-branch-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
uses: eifinger/setup-rye@v4.2.1
- name: Build the package
run: rye build
- uses: actions/upload-artifact@v4.3.6
- uses: actions/upload-artifact@v4.6.1
with:
path: ./dist
10 changes: 5 additions & 5 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sphinx==8.1.3
sphinx-autodoc-typehints==2.5.0
sphinx==8.2.1
sphinx-autodoc-typehints==3.1.0
sphinxawesome-theme==5.3.2
myst-parser==4.0.0
pygit2==1.16.0
myst-parser==4.0.1
pygit2==1.17.0
agogos==0.4.0
torch==2.5.1
torch==2.6.0
Loading