From 410e4abb748f1033adec2a0d0d9b9c87639e4a19 Mon Sep 17 00:00:00 2001 From: Alessio Civitillo <@acivitillo@dyvenia.com> Date: Fri, 30 Apr 2021 15:23:30 +0200 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8c19c58bd..32cf9bd0b 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,19 @@ cd tests/ && pytest . run.sh poetry shell FLOW_NAME=supermetrics_to_azure_sql; python -m viadot.flows.$FLOW_NAME +``` + +## Uploading pkg to PyPi + +Generate the `requirements.txt` file from poetry. + +```bash +poetry export -f requirements.txt --output requirements.txt --with-credentials --dev +``` + +And then publish with poetry. + +```bash +poetry update +poetry publish --build ``` \ No newline at end of file