We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9969ce6 + e350117 commit ff99c04Copy full SHA for ff99c04
1 file changed
.github/workflows/deployment.yml
@@ -17,6 +17,10 @@ jobs:
17
name: PyPI deployment
18
runs-on: "ubuntu-latest"
19
if: github.event_name != 'push' || github.repository == 'DIRACGrid/WebAppDIRAC'
20
+ permissions:
21
+ id-token: write
22
+ attestations: write
23
+ contents: write
24
defaults:
25
run:
26
shell: bash -l {0}
@@ -41,7 +45,6 @@ jobs:
41
45
readme_renderer \
42
46
requests \
43
47
setuptools_scm \
44
- six
48
- name: Validate README for PyPI
49
run: |
50
python -m readme_renderer README.rst -o /tmp/README.html
0 commit comments