Skip to content

Commit cc2757f

Browse files
authored
Merge pull request #90 from kthyng/main
updated release workflow and whats new
2 parents dc7072b + 4169e21 commit cc2757f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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 }}

docs/whats_new.md

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

3-
## v3.0.0 (March 17, 2023)
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

0 commit comments

Comments
 (0)