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