Skip to content

Commit 0e2a884

Browse files
committed
updated release workflow and whats new
1 parent c16836c commit 0e2a884

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Publish to PyPI
2020
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
21-
uses: pypa/gh-action-pypi-publish@master
21+
uses: pypa/gh-action-pypi-publish@release/v1
2222
with:
2323
user: ${{ secrets.PYPI_USERNAME }}
2424
password: ${{ secrets.PYPI_PASSWORD }}

Diff for: docs/whats_new.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# What's New
22

3-
## v2.1.0 (unreleased)
3+
## v3.0.0 (March 20, 2023)
44

55
* Fixed a deprecation warning (https://github.com/matplotlib/cmocean/pull/86), by @neutrinoceros
66
* Added CodeQL workflow (https://github.com/matplotlib/cmocean/pull/85), by bot
77
* Changed master to main, by @kthyng
8-
* Added new CI workflows (testing, dependabot) and added codecov (https://github.com/matplotlib/cmocean/pull/88), by @kthyng
8+
* Added new CI workflows (testing, dependabot) and added codecov (https://github.com/matplotlib/cmocean/pull/88), by @kthyng
9+
* Updated URL for STOQS visualization example by @MBARIMike in #75
10+
* Update README: add cmocean usage in Julia by @ali-ramadhan in #77
11+
* [MOD] removal of 'figures' for savefig() commands by @jehyunlee in #80
12+
* Document dependencies by @adamjstewart in #78
13+
* add r package cmocean by @japhir in #81
14+
* ENH: work around pending deprecation warnings in MPL by @neutrinoceros in #86

0 commit comments

Comments
 (0)