mirror of
https://github.com/huggingface/kernels.git
synced 2025-10-20 20:56:31 +08:00
CI: fix some stubs (#83)
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user