Skip to content

Commit d1fe923

Browse files
committed
Merge branch 'development' into feature_loading
2 parents 6f5ffe9 + 1268cc9 commit d1fe923

File tree

3 files changed

+47
-46
lines changed

3 files changed

+47
-46
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build package
3333
run: python -m build
3434
- name: Publish package
35-
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
35+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
3636
with:
3737
user: __token__
3838
password: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
print("::set-output name=result::{}".format(result))
6666
6767
- name: Restore pre-commit cache
68-
uses: actions/cache@v4.1.2
68+
uses: actions/cache@v4.2.0
6969
if: matrix.session == 'pre-commit'
7070
with:
7171
path: ~/.cache/pre-commit
@@ -127,6 +127,6 @@ jobs:
127127
run: nox --force-color --session=coverage -- xml -i
128128

129129
- name: Upload coverage report
130-
uses: codecov/codecov-action@v5.0.7
130+
uses: codecov/codecov-action@v5.1.1
131131
with:
132132
token: ${{ secrets.CODECOV_TOKEN }}

poetry.lock

Lines changed: 44 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)