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 a437a52 commit 5bac4f0
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 @@ -66,7 +66,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_panguweather/__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.6"
__version__ = "0.0.7"

0 comments on commit 5bac4f0

Please sign in to comment.