File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments