Test latest python version for doc generation
This commit is contained in:
parent
198aa0c383
commit
99279a8dab
@ -5,7 +5,7 @@ stages:
|
|||||||
- upload
|
- upload
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: python:3.7.9
|
image: python:latest
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
interruptible: true
|
interruptible: true
|
||||||
@ -32,7 +32,7 @@ socializer32:
|
|||||||
tags:
|
tags:
|
||||||
- windows10
|
- windows10
|
||||||
only:
|
only:
|
||||||
- master
|
- tags
|
||||||
script:
|
script:
|
||||||
- '&$env:PYTHON3_32 -V'
|
- '&$env:PYTHON3_32 -V'
|
||||||
- '&$env:PYTHON3_32 -m venv env'
|
- '&$env:PYTHON3_32 -m venv env'
|
||||||
@ -65,7 +65,6 @@ make_installer:
|
|||||||
tags:
|
tags:
|
||||||
- windows10
|
- windows10
|
||||||
only:
|
only:
|
||||||
- master
|
|
||||||
- tags
|
- tags
|
||||||
- schedule
|
- schedule
|
||||||
variables:
|
variables:
|
||||||
@ -90,6 +89,5 @@ upload:
|
|||||||
- cd artifacts
|
- cd artifacts
|
||||||
- python ../scripts/upload.py
|
- python ../scripts/upload.py
|
||||||
only:
|
only:
|
||||||
- master
|
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
Loading…
Reference in New Issue
Block a user