Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit 2b018d3

Browse files
authored
Merge pull request #30 from sleipnir/master
Add deploy pypi package to travis pipeline
2 parents 4703e92 + 4ec4adf commit 2b018d3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ python:
33
- "3.8"
44
install:
55
- pip install -r requirements.txt
6-
script: pytest
6+
script: pytest
7+
deploy:
8+
provider: pypi
9+
username: "__token__"
10+
password:
11+
secure: "wHyj8a0t6Ub4BmJYSwDQO5wJphX3Wz55bDAlWrb4KaJGD4XzjFs5VWDqgZRAJ6JSM8WF9xQqVPxniXRpyBO41VDNGkyT5ytf0yohnw6kud/xwm8+y5BbJ1ZxmGmpxoJumc1R/tJNABlabLEvSr10OtuMnR7kW5d4WCBR/baugr8sCEXnNLDdxNOnCZhC36cm+yWRIi8ih8eUhkbJRLb/KQO1PDrHEf7V35PwLktSkhWkjr0mtSvbthPPn6hmH2PV+OnMD102oYbDO2eGWr8nhHAPcfXaDQgdBy9WQ20SgZqNmZc6LIwNV6MWdCV/BSk4sLithT/r5aZcL99fzxy+PFmJdbxJibPEqJyf8DVSQa9Pa2ndjNXnHJuqeEh4Xdcp90z1aRGEr988P/llFFnq8pDXCapAvdGeALh3IdANhTYJcQtZfcJ0D/aAnq0le8X5i4X39aPazbR4VPXDoDiFCPqxy5MJ2Y3skqX9dyXsKuqUMlfpfUsEnhW5RbnSCA53BYw9FoykLA9tvFtjnxywwHo1iFfDdhXU0z7L/bE5dlafct1WST6cnDHaqew8ew03OE3Z2DTBiV/aNDON2JvqgnqT4JW3T3xDUYR7pKbzEnVGq8oGS9nmxLU4ciXad7dRtrwb92Wv2Jbs4wkeLFCmoDhshtT7KEDANTxBS4tAk50="
12+
on:
13+
tags: true

shoppingcart/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN pip install /dist/cloudstate-0.5.0-py3-none-any.whl
66
WORKDIR /app
77
COPY ./shoppingcart ./shoppingcart
88
ENV PYTHONPATH=/app
9-
ENTRYPOINT python ./shoppingcart/shopping_cart.py
9+
ENTRYPOINT python ./shoppingcart/shopping_cart.py

0 commit comments

Comments
 (0)