Skip to content

Commit 1d94671

Browse files
authored
Correct action (#1634)
* Correct action * Increase version
1 parent 71ac7ee commit 1d94671

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy-on-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
if: startsWith(github.ref, 'refs/tags')
4444
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
46-
user: __user__
46+
user: __token__
4747
password: ${{ secrets.pypi_password }}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ authors:
188188
orcid: "https://orcid.org/0000-0002-5317-1247"
189189

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

0 commit comments

Comments
 (0)