From 5a16e9afba467d75930566dfe6e2971a6f13e99e Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Tue, 13 Feb 2024 10:51:53 +0000 Subject: [PATCH] use pypi token --- .github/workflows/python-publish.yml | 2 +- ai_models_fourcastnetv2/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index b937f7a..b15ecf9 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -68,7 +68,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: '3.10' - name: Check that tag version matches code version run: | diff --git a/ai_models_fourcastnetv2/__init__.py b/ai_models_fourcastnetv2/__init__.py index 9cd73f5..cae9874 100644 --- a/ai_models_fourcastnetv2/__init__.py +++ b/ai_models_fourcastnetv2/__init__.py @@ -5,4 +5,4 @@ # granted to it by virtue of its status as an intergovernmental organisation # nor does it submit to any jurisdiction. -__version__ = "0.0.2" +__version__ = "0.0.3"