Skip to content

Commit

Permalink
Release patch (#144)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update dataverse_workflow.yml
  • Loading branch information
PennyHow committed May 16, 2023
1 parent f51c4d7 commit 732a8a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dataverse_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Publish to GEUS Dataverse on package release
# https://github.com/IQSS/dataverse-uploader
on:
on:
release:
types: [published]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pypromice",
version="1.1.1",
version="1.2.0",
author="GEUS Glaciology and Climate",
description="PROMICE/GC-Net data processing toolbox",
long_description=long_description,
Expand Down

0 comments on commit 732a8a3

Please sign in to comment.