Skip to content

Commit

Permalink
Correct action (#1634)
Browse files Browse the repository at this point in the history
* Correct action

* Increase version
  • Loading branch information
sloosvel authored Jun 13, 2022
1 parent 71ac7ee commit 1d94671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-on-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __user__
user: __token__
password: ${{ secrets.pypi_password }}
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ authors:
orcid: "https://orcid.org/0000-0002-5317-1247"

cff-version: 1.2.0
date-released: 2022-06-10
date-released: 2022-06-13
doi: "10.5281/zenodo.3387139"
license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
title: ESMValCore
version: "v2.6.0rc1"
version: "v2.6.0rc2"
...

0 comments on commit 1d94671

Please sign in to comment.