File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,14 @@ script:
13
13
- pip3 install .
14
14
- python3 setup.py test
15
15
16
-
16
+ deploy :
17
+ provider : pypi
18
+ user : mrava87
19
+ distributions : " bdist_wheel"
20
+ skip_existing : true
21
+ skip_upload_docs : true
22
+ skip_cleanup : true
23
+ on :
24
+ tags : true
25
+ password :
26
+ secure : BhGrKUGz72ruUgoO08vnhaeaOFifln1qbgICR0F4uP9Zu6EVLKgJWxGRsr9Cn/O7bCHlhh/xNULqt7Al3sPeMy8SptxQw/fx5BoiEKqvETbs1zIxQ7JiyCF3Bc5ljl8DUa0TSsqtRXlc2w7lhei7cS9GFZTzrVYJo9yrA3ywkq79LZzgehtsir2oNgya4ONFuKIZ0ebiRlgOA+WXwgaNO77mdZv7+u4dl0V/OGXhJGd1Crn8BW8dT1v4XHrBOzrLXU7uwpSTU47Sn1989fE0xqzo2DNXSh90rKz9xHeC+j/yxw1y4QzTLa/BxsjfS3M/dm1D/9XZp0i8E+/JfYJ/KaxGum8W4ASrnk1x6vdPWS+xe140YEdB8l/cKwRbhqpYFxaXjJNKqHvY5aKInVJLa5zJsdQeicO76XUkG9Gc/nTG7jqkPxWBZqd4ukXN69iwGechpi5DOULUN0Z2Fut9ZzF+nF1aUzEl104uZmRzb682+bhC+dUFPjg7Gi8C+ZRO89gEp1tA/2sA+3svOfxjaBUZDtjSlbg0pj+9llHx6H0tjpsQBIuy6TZshh7qnKVYE3LDAHm08mhAwpDaG7TFkRBkcAJObK73IZ6pam3cw30/51uNvu8k8UwV7noieaejKfCMImGrV3T3UJX/kxFgbH5gHZ3A+280P5yoduwSbkY=
Original file line number Diff line number Diff line change
1
+ # 0.0.0
2
+ * First official release.
Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
- ...
6
+ Version 0.0.0
7
+ -------------
8
+
9
+ *Released on: 12/01/2020 *
10
+
11
+ * First official release.
You can’t perform that action at this time.
0 commit comments