diff --git a/.github/workflows/build_executable.yml b/.github/workflows/build_executable.yml index 9b1185b7..942e372b 100644 --- a/.github/workflows/build_executable.yml +++ b/.github/workflows/build_executable.yml @@ -25,6 +25,12 @@ jobs: with: client-id: ${{ secrets.CIMON_CLIENT_ID }} secret: ${{ secrets.CIMON_SECRET }} + fail-on-error: true + prevent: true + allowed-hosts: > + files.pythonhosted.org + install.python-poetry.org + pypi.org - name: Checkout repository uses: actions/checkout@v3