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 1dc59ec commit b14b306Copy full SHA for b14b306
.github/workflows/release.yml
@@ -30,6 +30,8 @@ jobs:
30
name: pypi
31
url: https://pypi.org/p/timefold-solver
32
permissions:
33
+ contents: write # IMPORTANT: required for action to create release branch
34
+ pull-requests: write # IMPORTANT: so release PR can be created
35
id-token: write # IMPORTANT: mandatory for trusted publishing
36
steps:
37
- name: Print inputs to the release workflow
0 commit comments