Skip to content

Commit 1ae87eb

Browse files
committed
change version
1 parent 3f12d08 commit 1ae87eb

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.github/workflows/publish.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
name: Publish to PyPI
22

3+
# on:
4+
# push:
5+
# branches:
6+
# - master
7+
38
on:
4-
push:
5-
branches:
6-
- master
9+
release:
10+
types: [published]
11+
12+
permissions:
13+
contents: read
14+
715

816
jobs:
9-
publish:
17+
deploy:
1018
runs-on: ubuntu-latest
1119

1220
steps:

setup.py

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

33
setup(
44
name='miditoolkit',
5-
version='0.1.17',
5+
version='1.0.0',
66
description='',
77
author='wayne391',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)