File tree 3 files changed +41
-8
lines changed
3 files changed +41
-8
lines changed Original file line number Diff line number Diff line change 1
- dist : xenial
2
1
language : python
3
- python :
4
- - " 3.6"
5
- - " 3.7"
2
+ only :
3
+ - master
4
+ - Develop
5
+ matrix :
6
+ include :
7
+ - name : Python 3.5 on Linux
8
+ python : 3.5
9
+ - name : Python 3.6 on Linux
10
+ python : 3.6
11
+ env :
12
+ - BUILD=True
13
+ - name : Python 3.7 on Xenial Linux
14
+ python : 3.7
15
+ dist : xenial
16
+ - name : Python 3.7 on macOS
17
+ os : osx
18
+ osx_image : xcode10.2
19
+ language : shell
6
20
before_install :
7
- - make build
21
+ - make build
8
22
install :
9
- - pip3 install dist/*.whl
23
+ - pip3 install dist/*.whl
10
24
script :
11
- - make lint
25
+ - make lint
26
+ deploy :
27
+ provider : pypi
28
+ user : adahlberg
29
+ password :
30
+ secure : cQUlOGHX5ksULLBM2kOE9s2hdaJn4WK8rhD4LUuWndUG7rLeqtVfEMVrqWuMmzWcHXKOti143vgthSgp+akixfnQD7jWupVVSRiz5SFgq+1DRezGlkvYcZz2833on28lNFRiTjuPHkY3WoK0sS1iESxwTBvvi4y+q+AGtFzKE8hr+Pej+HnqFMMeXfqE7d/ZhoOrcBiRRcOrV/2JjpET5CMqimCYR4rz25yzpvVWlakC24vCqGs0Py+JL+VlZszjQz25NAQuuVwOAKnH/bapCV/JFmpvrFF5gKqAly9d1/+ZVgQVT9swMPjwmQs3zQ9E7IlL+4BPhdDly1H/GchyTRvf3uFt6Lok8ySvDyIkZUM2HlIoJIJCAESRCoEK7K7t1ySovBKjXI1Jc8O3QhAvdVMFWPpVxq5ZKwvUAEKtt7vRzN2KVmSi1nJxEzL89iuZkUtihws6DD8Y/6VgcemCFEZlP8ubxxRqR6gSaAhxSHppTdlNK2xUKq5AOwuS8A/3ur7SsMGasmMXTgQ/ElkrlHSZDvub4A89EMxfCMKrutIDPXSdpgYkmAvMFBsop+il/HJwWLc14xiNRsod4XVV5143M3pGg1wNKCifl2tTjbgoho9kFyso6RFkK28Qy3oSqZ+Sdw346M6jD6r2JVm7xsQZI7a5iR2Uq3PESkjkTP0=
31
+ on :
32
+ tags : true
33
+ condition : $BUILD = True
Original file line number Diff line number Diff line change
1
+ CHANGELOG
2
+ =========
3
+
4
+ For more details refer to the [ documentation] ( https://softwarequtech.github.io/SimulaQron/html/index.html ) .
5
+
6
+ Upcoming
7
+ --------
8
+
9
+ 2019-05-29 (v3.0.2)
10
+ -------------------
11
+ - Updated coinflip example and added CI.
Original file line number Diff line number Diff line change 1
- __version__ = '3.0.1 '
1
+ __version__ = '3.0.2 '
You can’t perform that action at this time.
0 commit comments