We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4634f commit 4bf068bCopy full SHA for 4bf068b
.github/workflows/deploy-python.yml
@@ -53,6 +53,7 @@ jobs:
53
with:
54
name: ${{ github.job }}-${{ matrix.wheel }}
55
path: ./wheelhouse/*.whl
56
+ if-no-files-found: fail
57
retention-days: 1
58
59
build-linux-py3:
@@ -98,6 +99,7 @@ jobs:
98
99
100
101
102
103
104
105
build-sdist:
@@ -130,6 +132,7 @@ jobs:
130
132
path: |
131
133
./dist/*.tar.gz
134
./dist/*.tar.gz.md5
135
136
137
138
deploy:
0 commit comments