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 eada536 commit 1e0d2ccCopy full SHA for 1e0d2cc
.cruft.json
@@ -11,8 +11,9 @@
11
"copyright_year": "2022",
12
"mypy_strict": "True",
13
"integration_tests": "True",
14
- "pypi": true,
15
- "_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package"
+ "pypi": false,
+ "_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
16
+ "_commit": "d7e6283cabfb764abba134ade577294ebb4af217"
17
}
18
},
19
"directory": null
.github/workflows/on-push.yml
@@ -217,7 +217,7 @@ jobs:
217
runs-on: ubuntu-latest
218
needs: distribution
219
if: |
220
- always() && true &&
+ always() && false &&
221
needs.distribution.result == 'success' &&
222
github.event_name == 'push' &&
223
startsWith(github.ref, 'refs/tags')
0 commit comments