We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fa833 commit 1281ad7Copy full SHA for 1281ad7
.github/workflows/python-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
python -m pip install --upgrade pip
32
pip install -U -r req.txt
33
- name: Build package
34
- run: python ./setup.py sdist
+ run: python ./setup.py sdist bdist_wheel
35
- name: Publish package
36
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
with:
mbbank/__init__.py
@@ -1,4 +1,4 @@
1
from .main import MBBank
2
from .mbasync import MBBankAsync
3
4
-__version__ = '0.1.1'
+__version__ = '0.1.2'
0 commit comments