diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 408e9b7..c15ccf3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,6 +98,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + python -m pip install --upgrade certifi python -m pip install -r requirements.txt python -m pip install pyinstaller @@ -137,4 +138,4 @@ jobs: tag_name: ${{ env.latest_tag }} files: dist/${{ matrix.executable }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}