diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 3af0d793..9f4bc67a 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -231,5 +231,5 @@ jobs: poetry run python --version - name: build package run: poetry build - # - name: configure poetry and publish - # run: poetry publish + - name: configure poetry and publish + run: poetry publish