Skip to content

Commit d0f801f

Browse files
committed
Update .drone.yml. Added build package
1 parent 7d8b777 commit d0f801f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.drone.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ pipeline:
77
- pip install --use-wheel --no-index --find-links=wheeldir -r requirements.txt
88
- flake8 oca/tests
99
- python -m unittest discover
10+
11+
build-package:
12+
image: registry.databus.systems/drone-plugins/drone-devpi
13+
server: https://devpi.databus.systems
14+
index: https://devpi.databus.systems/root/opensource
15+
username: ${OPENSOURCE_DEVPI_USER}
16+
password: ${OPENSOURCE_DEVPI_PASSWORD}

0 commit comments

Comments
 (0)