We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6104e64 commit 33b188bCopy full SHA for 33b188b
.cruft.json
@@ -11,7 +11,7 @@
11
"copyright_year": "2022",
12
"mypy_strict": "True",
13
"integration_tests": "True",
14
- "pypi": true,
+ "pypi": "false",
15
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package"
16
}
17
},
.github/workflows/on-push.yml
@@ -215,7 +215,7 @@ jobs:
215
runs-on: ubuntu-latest
216
needs: distribution
217
if: |
218
- always() && true &&
+ always() && false &&
219
needs.distribution.result == 'success' &&
220
github.event_name == 'push' &&
221
startsWith(github.ref, 'refs/tags')
0 commit comments