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 de24757 commit 7ce42beCopy full SHA for 7ce42be
.github/workflows/directory_writer.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/setup-python@v5
13
with:
14
python-version: 3.14
15
+ allow-prereleases: true
16
- name: Write DIRECTORY.md
17
run: |
18
scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
0 commit comments