From 9224e66ee17288b7ad253f8af073298e0122ac0e Mon Sep 17 00:00:00 2001 From: ww-rm Date: Mon, 1 Apr 2024 21:25:01 +0800 Subject: [PATCH] test v0.1.4 --- .github/workflows/python-publish.yml | 2 +- src/gmalglib/__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 eaa93f5..c4ca0b6 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -57,6 +57,6 @@ jobs: - name: Build package run: python -m build -w - name: Publish package - run: python -m twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} + run: python -m twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} dist/*.whl diff --git a/src/gmalglib/__init__.py b/src/gmalglib/__init__.py index d7346ec..d37f8df 100644 --- a/src/gmalglib/__init__.py +++ b/src/gmalglib/__init__.py @@ -1,3 +1,3 @@ from . import sm3 -__version__ = "0.1.3" +__version__ = "0.1.4"