We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33a656 commit ad04d66Copy full SHA for ad04d66
.github/workflows/python-packaging.yml
@@ -183,7 +183,7 @@ jobs:
183
path: dist
184
merge-multiple: true
185
- name: Publish to PyPI
186
- uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
+ uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
187
with:
188
attestations: true
189
skip-existing: true
.github/workflows/run-dev-tests.yml
@@ -216,7 +216,7 @@ jobs:
216
rm coverage.json
217
just lcov
218
219
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
220
221
token: ${{secrets.CODECOV_TOKEN}}
222
files: lcov.info
0 commit comments