Skip to content

Commit

Permalink
test v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ww-rm committed Apr 1, 2024
1 parent f1580cf commit 9224e66
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 @@ -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


2 changes: 1 addition & 1 deletion src/gmalglib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import sm3

__version__ = "0.1.3"
__version__ = "0.1.4"

0 comments on commit 9224e66

Please sign in to comment.