1
0
Fork 0

fix python docker image tag
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build was killed Details

This commit is contained in:
Massaki Archambault 2022-11-06 00:56:09 -04:00
parent 311152793b
commit fc40e2df46
1 changed files with 1 additions and 1 deletions

View File

@ -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