We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b98cd commit 1daadaaCopy full SHA for 1daadaa
.github/workflows/package.yml
@@ -36,6 +36,6 @@ jobs:
36
runs-on: ubuntu-latest
37
environment:
38
name: pypi
39
- url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
+ url: https://pypi.org/p/pytorchfwd # Replace <package-name> with your PyPI project name
40
permissions:
41
- id-token: write # IMPORTANT: mandatory for trusted publishing
+ id-token: write # IMPORTANT: mandatory for trusted publishing
0 commit comments