1
0
Fork 0
mirror of synced 2024-05-24 14:29:58 +12:00

Workflows: inherit secrets for pypi workflow

This commit is contained in:
loathingKernel 2023-12-18 13:06:44 +02:00
parent 05471c97e2
commit 981574ab63
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

View file

@ -23,6 +23,7 @@ jobs:
if: "!github.event.release.prerelease"
name: PyPI
uses: ./.github/workflows/job_pypi.yml
secrets: inherit
with:
version: ${{ github.ref_name }}