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 ab9d5e2 + 7c1b220 commit 38798c8Copy full SHA for 38798c8
.github/workflows/main.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
- if: matrix.python-version == '3.10'
61
name: Upload coverage to Codecov
62
- uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
63
continue-on-error: true
64
with:
65
token: ${{ secrets.CODECOV_TOKEN }}
@@ -97,7 +97,7 @@ jobs:
97
python setup.py sdist bdist_wheel
98
99
- name: Publish package
100
- uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
+ uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
101
102
create-release:
103
runs-on: ubuntu-latest
0 commit comments