Skip to content

Commit 33b188b

Browse files
committed
no pypi
1 parent 6104e64 commit 33b188b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"copyright_year": "2022",
1212
"mypy_strict": "True",
1313
"integration_tests": "True",
14-
"pypi": true,
14+
"pypi": "false",
1515
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package"
1616
}
1717
},

.github/workflows/on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
runs-on: ubuntu-latest
216216
needs: distribution
217217
if: |
218-
always() && true &&
218+
always() && false &&
219219
needs.distribution.result == 'success' &&
220220
github.event_name == 'push' &&
221221
startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)