File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Original file line number Diff line number Diff line change @@ -2,15 +2,18 @@ language: python
2
2
python :
3
3
- ' 3.8'
4
4
- ' 3.7'
5
+
5
6
install :
6
7
- pip install -r requirements.txt
8
+
7
9
script : python test.py
10
+
8
11
deploy :
9
12
provider : pypi
10
13
user : goodspeed
11
14
password :
12
15
secure : BvGPW1HLnrxtyQcd5uoX277T4waFziE/m8Hpmc9BiSckVgAbzSihr0POWTP88V+jf63PCw5nsrpuUuZsbNCXveK8TGDFGiZ7r0jp1RUrM8kfBxrp0FwKRjD9VzHqLBDOAky6HeoA8UIBJdTie7YPQeF3GjH/QL+i3OIgqr8Zswo6eKXOxlxMohGVXI4i7GIXIr0JMwsjI14Bsk+E2yP7hRYyzzsMrjw/3OzunXSeuUmNk5gby2aUke90JGN6aTXsa0nmw0+th9Ge7nJZXthVW/9/7zwn6FJx9jbf0hRLqlKH8IcIlq1Jh4SPYYfXwLtuZukz/LFv/xEUhN4SguXQZvYbIpzguXbw+thnxr6XvRp8pqnmUPwCcBuVu3paTs5IcLyGIAPqeDLt3E11UtrjyAyH995jHCfmORhDjsfFb8na6ubyqNIcaCT6FmlISkDkkhwc9KMhMsrVSO/4aK/TEaspme4DX6GmupcNgfZV6yO76Mk8XWzmWtQ5VCK5Z7cywBIbCKBsd4HcCMMV7T7zE1baBLHAMkl1bOiCyPNKkDE9ef7ySBbqtulF06Tp3FQTtnH4XYX4mIl5uBYE0GR8UCEbqirXlxuz+4XnYnZzRE8GU375t6BZYtZJRoUQQqrxqRDK7KXRhZfhr0s2IVrm8Wy+ZAIFIYqzxDLvLraG7yo=
13
- true :
16
+ on :
14
17
python : 3.8
15
18
tags : true
16
19
branch : master
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def read(fname):
30
30
31
31
URL = "https://github.com/Freakwill/pyparsing_ext"
32
32
33
- VERSION = "0.2.2 " # update the version before uploading
33
+ VERSION = "1.1.1 " # update the version before uploading
34
34
35
35
LICENSE = "MIT"
36
36
You can’t perform that action at this time.
0 commit comments