Skip to content

Commit 9224e66

Browse files
committed
test v0.1.4
1 parent f1580cf commit 9224e66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
- name: Build package
5858
run: python -m build -w
5959
- name: Publish package
60-
run: python -m twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
60+
run: python -m twine upload -u __token__ -p ${{ secrets.PYPI_API_TOKEN }} dist/*.whl
6161

6262

src/gmalglib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from . import sm3
22

3-
__version__ = "0.1.3"
3+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)