Also, re-order attach artefacts to after PyPI release.
Change-Id: Ia697d1e9eb48fc1083f8dfd7ded7d3ed6f7b8e86
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
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'
needs:
- 'tag-validate'
- 'python-build'
+ - 'test-pypi'
+ - 'pypi'
permissions:
contents: write # IMPORTANT: needed to edit release, attach artefacts
timeout-minutes: 5