We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc7072b + 4169e21 commit cc2757fCopy full SHA for cc2757f
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Publish to PyPI
20
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
21
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
22
with:
23
user: ${{ secrets.PYPI_USERNAME }}
24
password: ${{ secrets.PYPI_PASSWORD }}
docs/whats_new.md
@@ -1,6 +1,6 @@
1
# What's New
2
3
-## v3.0.0 (March 17, 2023)
+## v3.0.0 (March 20, 2023)
4
5
* Fixed a deprecation warning (https://github.com/matplotlib/cmocean/pull/86), by @neutrinoceros
6
* Added CodeQL workflow (https://github.com/matplotlib/cmocean/pull/85), by bot
0 commit comments