Skip to content

Commit 1281ad7

Browse files
committed
ver 0.1.2 fix some buggggg
1 parent 64fa833 commit 1281ad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install -U -r req.txt
3333
- name: Build package
34-
run: python ./setup.py sdist
34+
run: python ./setup.py sdist bdist_wheel
3535
- name: Publish package
3636
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3737
with:

mbbank/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .main import MBBank
22
from .mbasync import MBBankAsync
33

4-
__version__ = '0.1.1'
4+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)