1
0
Fork 0
mirror of synced 2024-05-18 19:42:54 +12:00

Merge pull request #345 from loathingKernel/next

Workflows: inherit secrets for pypi workflow
This commit is contained in:
Stelios Tsampas 2023-12-18 13:07:27 +02:00 committed by GitHub
commit a50fed7d5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}