This repository was archived by the owner on Mar 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +28
-8
lines changed
Expand file tree Collapse file tree 6 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 1+ primaryBranch : main
2+ releaseLabels : run-ci
3+ handleGHRelease : true
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Main
22
33on :
44 push :
5- branches : master
5+ branches : main
66 pull_request :
7- branches : master
7+ branches : main
88 schedule :
99 - cron : 0 3 * * *
1010
Original file line number Diff line number Diff line change 5656
5757 - name : run tests
5858 run : GOOGLE_BIGQUERY_PROJECT_ID="ibis-gbq" GOOGLE_APPLICATION_CREDENTIALS="$HOME/secrets/gcloud-service-key.json" python -m pytest tests/system
59+
60+ # Remove the label so that it can be added again to re-trigger a build
61+ - name : reset label
62+ uses : actions-ecosystem/action-remove-labels@v1
63+ with :
64+ labels : run-ci
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: System Tests
22
33on :
44 push :
5- branches : master
5+ branches : main
66 schedule :
77 - cron : 0 2 * * *
88
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ [ PyPI History] [ 1 ]
4+
5+ [ 1 ] : https://pypi.org/project/ibis-bigquery/#history
Original file line number Diff line number Diff line change 11
2- * Update version string in ` ibis_bigquery/version.py ` . TODO: add release date
3- to CHANGELOG, too.
2+ * Review and merge PR from ` release-please ` . Check that it:
3+ * Updates version string in ` ibis_bigquery/version.py ` .
4+ * Includes all expected changes in ` CHANGELOG.md ` .
5+
6+ * Checkout the code.
7+
8+ git fetch upstream --tags
9+ git checkout vA.B.C
410
511* Build the package
612
2430 twine upload dist/*
2531
2632
27- * Create the [ release on
28- GitHub] ( https://github.com/ibis-project/ibis-bigquery/releases/new ) using
33+ * Find the [ release on
34+ GitHub] ( https://github.com/ibis-project/ibis-bigquery/releases ) using
2935 the tag created earlier.
3036
31- * TODO: copy release notes.
37+ * Verify the release notes.
3238 * Upload wheel and source zip from ` dist/ ` directory.
3339
3440* Do a pull-request to the feedstock on
You can’t perform that action at this time.
0 commit comments