Skip to content

Commit

Permalink
use pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Feb 13, 2024
1 parent 2178524 commit 5a16e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion ai_models_fourcastnetv2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5a16e9a

Please sign in to comment.