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 9ae81b8 commit 8ff60b4Copy full SHA for 8ff60b4
.github/workflows/release.yml
@@ -8,10 +8,10 @@ jobs:
8
runs-on: ubuntu-18.04
9
steps:
10
- uses: actions/checkout@master
11
- - name: Set up Python 3.7
+ - name: Set up Python 3.10
12
uses: actions/setup-python@v1
13
with:
14
- python-version: 3.7
+ python-version: 3.10
15
- name: Install pypa/build
16
run: >-
17
python -m
zettelgeist/zdb.py
@@ -208,6 +208,7 @@ def get(db_name):
208
;
209
210
literal
211
- = word:/\w+|"(\s+|\w+)*"/
+ = word:/"(\s+|\w+)*"/
212
+ | word:/\w+/
213
214
"""
0 commit comments