mirror of
https://github.com/huggingface/kernels.git
synced 2025-10-20 20:46:42 +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
|
||||
environment:
|
||||
name: pypi
|
||||
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
|
||||
url: https://pypi.org/p/kernels
|
||||
permissions:
|
||||
id-token: write # IMPORTANT: mandatory for trusted publishing
|
||||
|
||||
@ -102,7 +102,7 @@ jobs:
|
||||
|
||||
environment:
|
||||
name: testpypi
|
||||
url: https://test.pypi.org/p/<package-name>
|
||||
url: https://test.pypi.org/p/kernels
|
||||
|
||||
permissions:
|
||||
id-token: write # IMPORTANT: mandatory for trusted publishing
|
||||
|
Reference in New Issue
Block a user