File tree Expand file tree Collapse file tree 3 files changed +55
-18
lines changed Expand file tree Collapse file tree 3 files changed +55
-18
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,22 @@ before_install:
16
16
install :
17
17
- poetry install -v
18
18
19
- before_deploy :
20
- # User and password environment variables are set as hidden variables through
21
- # the web interface in the project settings.
22
- - poetry config http-basic.pypi $PYPI_USERNAME $PYPI_PASSWORD
23
- - poetry build
24
-
25
- deploy :
26
- provider : script
27
- script : poetry publish
28
- skip_cleanup : true
29
- on :
30
- tags : true
19
+ jobs :
20
+ include :
21
+ - stage : build
22
+ python : " 3.7"
23
+ script : echo "Starting Pypi build"
24
+ before_deploy :
25
+ # User and password environment variables are set as hidden variables through
26
+ # the web interface in the project settings.
27
+ - poetry config http-basic.pypi $PYPI_USERNAME $PYPI_PASSWORD
28
+ - poetry build
29
+ deploy :
30
+ provider : script
31
+ script : poetry publish
32
+ skip_cleanup : true
33
+ on :
34
+ tags : true
35
+ branch : master
36
+ skip_existing : true
31
37
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ requires = ["poetry>=0.11"]
4
4
5
5
[tool ]
6
6
[tool .poetry ]
7
- authors = [" Sarcoma <sarcoma@live.co.uk>" ]
7
+ name = " rummy"
8
+ version = " 2.0.2"
8
9
description = " Console Rummy game"
10
+ authors = [" Sarcoma <sarcoma@live.co.uk>" ]
9
11
license = " MIT"
10
- name = " rummy"
11
- version = " 2.0.1"
12
12
[tool .poetry .dependencies ]
13
13
Pygments = " 2.2.0"
14
14
ansi-colours = " 0.2.6"
@@ -30,7 +30,7 @@ py = "1.7.0"
30
30
pytest = " 3.10.0"
31
31
pytest-cov = " 2.6.0"
32
32
pytest-mock = " 1.10.0"
33
- python = " ^3.8 "
33
+ python = " ^3.4 "
34
34
readme-renderer = " 24.0"
35
35
requests = " 2.20.1"
36
36
requests-toolbelt = " 0.8.0"
You can’t perform that action at this time.
0 commit comments