From cb2d942d5503e6c91553942ba3cf985e0e2d2cc0 Mon Sep 17 00:00:00 2001 From: nguerin Date: Thu, 20 Aug 2020 15:36:58 +0200 Subject: [PATCH] Deploy to production Pypi server --- .github/workflows/kapture-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kapture-release.yml b/.github/workflows/kapture-release.yml index 0bb88f4..bc9e6d9 100644 --- a/.github/workflows/kapture-release.yml +++ b/.github/workflows/kapture-release.yml @@ -30,4 +30,5 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python setup.py sdist bdist_wheel - twine upload --repository-url https://test.pypi.org/legacy/ --skip-existing dist/* + twine upload --skip-existing dist/* +