We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b1b0b + 9408af6 commit f8c2f6bCopy full SHA for f8c2f6b
.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@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
+ uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
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@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
101
102
create-release:
103
runs-on: ubuntu-latest
0 commit comments