fix python docker image tag
This commit is contained in:
parent
311152793b
commit
fc40e2df46
|
@ -81,7 +81,7 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: publish pypi
|
- name: publish pypi
|
||||||
image: python:10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- pip install twine
|
- pip install twine
|
||||||
- python setup.py sdist
|
- python setup.py sdist
|
||||||
|
|
Loading…
Reference in New Issue