Skip to content

Commit

Permalink
run cibuildwheel etc., only when github release created
Browse files Browse the repository at this point in the history
  • Loading branch information
JoyMonteiro committed Apr 21, 2021
1 parent 68b9b88 commit 956c454
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release_climt.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Publish in GitHub Package Registry

on:
push:
branches:
- master
tags:
- 'v*'
release:
types: [published]

jobs:
build_wheels:
Expand Down Expand Up @@ -35,7 +32,6 @@ jobs:
run: python -m pip install twine

- name: upload wheels
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

Latest
v.0.16.11
--------

* New component BucketHydrology that implements Manabe first generation land model
Expand Down

0 comments on commit 956c454

Please sign in to comment.