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 c6c25d8 commit a020ec8Copy full SHA for a020ec8
.github/workflows/github-ci.yaml
@@ -143,7 +143,7 @@ jobs:
143
- name: Rename coverage data file
144
run: mv .coverage ".coverage.$RANDOM"
145
- name: Upload coverage data
146
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
147
with:
148
name: coverage-data.${{ matrix.python-version }}-${{ matrix.use-crypto-lib }}
149
path: .coverage.*
.github/workflows/publish-to-pypi.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build a binary wheel and a source tarball
27
run: python3 -m build
28
- name: Store the distribution packages
29
30
31
name: python-package-distributions
32
path: dist/
0 commit comments