Skip to content

Commit 1e0d2cc

Browse files
committed
no pypi
1 parent eada536 commit 1e0d2cc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.cruft.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"copyright_year": "2022",
1212
"mypy_strict": "True",
1313
"integration_tests": "True",
14-
"pypi": true,
15-
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package"
14+
"pypi": false,
15+
"_template": "https://github.com/ecmwf-projects/cookiecutter-conda-package",
16+
"_commit": "d7e6283cabfb764abba134ade577294ebb4af217"
1617
}
1718
},
1819
"directory": null

.github/workflows/on-push.yml

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

0 commit comments

Comments
 (0)