Skip to content

Commit

Permalink
Merge branch 'master' into pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Dec 12, 2023
2 parents c71957c + 61059c9 commit 639489f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
python-version: 3.11
- run: |
pip install poetry
poetry version ${GITHUB_REF##*/v}
poetry build
- uses: actions/upload-artifact@v3
with:
Expand All @@ -31,4 +32,4 @@ jobs:
- name: Publish Package Distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: artifact/
packages_dir: artifact/
3 changes: 2 additions & 1 deletion datasette/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@
THEN substr(context, 1, instr(context, '[') - 1)
ELSE
context
JSON.stringify(obj, projectname)
END AS stripped_text
FROM
context;"
},
}
}

}
}

0 comments on commit 639489f

Please sign in to comment.