debugging
This commit is contained in:
parent
7ba71eb4e3
commit
d7fcdfa6ea
1 changed files with 3 additions and 2 deletions
|
@ -29,8 +29,9 @@ build:
|
||||||
- python3 -m pip install --upgrade pip build
|
- python3 -m pip install --upgrade pip build
|
||||||
- python3 -m build
|
- python3 -m build
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
paths:
|
||||||
package: dist/*
|
- dist/*
|
||||||
|
expire_in: 1 day
|
||||||
|
|
||||||
create_tag:
|
create_tag:
|
||||||
extends: .git:create_tag
|
extends: .git:create_tag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue