wrong python assumption
This commit is contained in:
parent
e4e48591a6
commit
078f9613c3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ build:package:
|
||||||
- *init_venv
|
- *init_venv
|
||||||
- pip install build
|
- pip install build
|
||||||
script:
|
script:
|
||||||
- py -m build
|
- python -m build
|
||||||
- cp dist ../dist
|
- cp dist ../dist
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue