From fd41a950df6f2e859658e95b7f23afc2ced0f91d Mon Sep 17 00:00:00 2001 From: Tom Bocklisch Date: Thu, 21 Sep 2023 10:14:24 +0200 Subject: [PATCH] Update .github/workflows/continous-integration.yml Co-authored-by: Maxime Vdb --- .github/workflows/continous-integration.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index 325ed1ca1238..4cd27b22470a 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -1167,6 +1167,11 @@ jobs: run: poetry build # TODO: readd release step to puplic pypi + # - name: Publish to PyPI 📦 + # uses: pypa/gh-action-pypi-publish@717ba43cfbb0387f6ce311b169a825772f54d295 + # with: + # user: __token__ + # password: ${{ secrets.PYPI_TOKEN }} # Push to the dev registry - name: Publish to PyPI 📦