Skip to content

Commit 332ad65

Browse files
committed
update
1 parent 9f11a6a commit 332ad65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3333
run: |
3434
python setup.py bdist_wheel
35-
twine upload dist/*.whl
35+
twine upload dist/*

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup
66

7-
version = 'v1.0.2'
7+
version = '1.0.3'
88

99
setup(
1010
name='kindle_maker',

0 commit comments

Comments
 (0)