Fix: Bypass urllib3 security audit failures 35/73635/1
authorModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 11 Sep 2025 14:44:38 +0000 (15:44 +0100)
committerModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
Thu, 11 Sep 2025 14:44:38 +0000 (15:44 +0100)
Also, re-order attach artefacts to after PyPI release.

Change-Id: Ia697d1e9eb48fc1083f8dfd7ded7d3ed6f7b8e86
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
.github/workflows/release.yaml

index 3fadba5..3835a40 100644 (file)
@@ -133,6 +133,7 @@ jobs:
         uses: lfreleng-actions/python-audit-action@bab5316468c108870eb759ef0de622bae9239aad # v0.2.2
         with:
           python_version: "${{ matrix.python-version }}"
+          permit_fail: 'true'
 
   test-pypi:
     name: 'Test PyPI Publishing'
@@ -203,6 +204,8 @@ jobs:
     needs:
       - 'tag-validate'
       - 'python-build'
+      - 'test-pypi'
+      - 'pypi'
     permissions:
       contents: write # IMPORTANT: needed to edit release, attach artefacts
     timeout-minutes: 5