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.
1 parent 459d3a6 commit 5365b08Copy full SHA for 5365b08
.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51
python -m pytest --cov=./ --cov-report=xml --verbose
52
53
- name: Upload code coverage to Codecov
54
- uses: codecov/codecov-action@v4.4.1
+ uses: codecov/codecov-action@v4.5.0
55
with:
56
file: ./coverage.xml
57
flags: unittests
.github/workflows/pypi.yaml
@@ -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.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
0 commit comments