fix: remove temp build hack

This commit is contained in:
Brian May 2025-02-08 09:59:46 +11:00
parent fd6b6bb71f
commit 1f5e6cea70
No known key found for this signature in database
GPG Key ID: 2A92599257644AFA

View File

@ -21,7 +21,7 @@ jobs:
upload-pypi: upload-pypi:
name: Upload to pypi name: Upload to pypi
needs: [release-please] needs: [release-please]
# if: ${{ needs.release-please.outputs.release_created == 'true' }} if: ${{ needs.release-please.outputs.release_created == 'true' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: environment:
name: pypi name: pypi