File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
- name : Publish to PyPI
20
20
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
22
22
with :
23
23
user : ${{ secrets.PYPI_USERNAME }}
24
24
password : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 1
1
# What's New
2
2
3
- ## v2.1 .0 (unreleased )
3
+ ## v3.0 .0 (March 20, 2023 )
4
4
5
5
* Fixed a deprecation warning (https://github.com/matplotlib/cmocean/pull/86 ), by @neutrinoceros
6
6
* Added CodeQL workflow (https://github.com/matplotlib/cmocean/pull/85 ), by bot
7
7
* 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