We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86c05f9 + 5c17503 commit f07d415Copy full SHA for f07d415
.github/workflows/ci.yaml
@@ -52,7 +52,7 @@ jobs:
52
python -m pytest
53
54
- name: Upload code coverage to Codecov
55
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.3.1
56
with:
57
file: ./coverage.xml
58
flags: unittests
.github/workflows/pypi.yml
@@ -81,4 +81,4 @@ jobs:
81
name: releases
82
path: dist
83
- name: Publish package to PyPI
84
- uses: pypa/gh-action-pypi-publish@v1.12.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
0 commit comments