CI: fix some stubs (#83)

This commit is contained in:
Daniël de Kok
2025-05-07 14:43:57 +02:00
committed by GitHub
parent fcb9a80ce6
commit daac8078fc

View File

@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: environment:
name: pypi name: pypi
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name url: https://pypi.org/p/kernels
permissions: permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing id-token: write # IMPORTANT: mandatory for trusted publishing
@ -102,7 +102,7 @@ jobs:
environment: environment:
name: testpypi name: testpypi
url: https://test.pypi.org/p/<package-name> url: https://test.pypi.org/p/kernels
permissions: permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing id-token: write # IMPORTANT: mandatory for trusted publishing