We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ac7ee commit 1d94671Copy full SHA for 1d94671
.github/workflows/build-and-deploy-on-pypi.yml
@@ -43,5 +43,5 @@ jobs:
43
if: startsWith(github.ref, 'refs/tags')
44
uses: pypa/gh-action-pypi-publish@release/v1
45
with:
46
- user: __user__
+ user: __token__
47
password: ${{ secrets.pypi_password }}
CITATION.cff
@@ -188,11 +188,11 @@ authors:
188
orcid: "https://orcid.org/0000-0002-5317-1247"
189
190
cff-version: 1.2.0
191
-date-released: 2022-06-10
+date-released: 2022-06-13
192
doi: "10.5281/zenodo.3387139"
193
license: "Apache-2.0"
194
message: "If you use this software, please cite it using these metadata."
195
repository-code: "https://github.com/ESMValGroup/ESMValCore/"
196
title: ESMValCore
197
-version: "v2.6.0rc1"
+version: "v2.6.0rc2"
198
...
0 commit comments