Thanks to visit codestin.com Credit goes to github.com
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 bd5797b commit a495ae0Copy full SHA for a495ae0
2 files changed
.github/workflows/coverage.yml
@@ -262,6 +262,7 @@ jobs:
262
runs-on: ubuntu-latest
263
environment:
264
name: "publish report"
265
+ deployment: false
266
267
steps:
268
- name: "Show environment"
.github/workflows/publish.yml
@@ -59,6 +59,7 @@ jobs:
59
60
61
name: "testpypi"
62
63
needs:
64
- find-run
65
@@ -99,6 +100,7 @@ jobs:
99
100
101
102
name: "pypi"
103
104
105
106
0 commit comments