We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd70e1 commit 651972bCopy full SHA for 651972b
2 files changed
.github/workflows/buildwheel.yml
@@ -470,7 +470,7 @@ jobs:
470
name: pypi
471
url: https://pypi.org/p/python-flint
472
permissions:
473
- id-token: write
+ id-token: write # Required for trusted publishing to PyPI via OIDC.
474
runs-on: ubuntu-latest
475
476
steps:
@@ -501,7 +501,7 @@ jobs:
501
needs: pypi_release
502
503
504
- contents: write
+ contents: write # Required to create the GitHub release with the gh CLI.
505
506
507
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
.github/workflows/lint.yml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
lint:
14
+ name: Lint
15
16
strategy:
17
matrix:
0 commit comments