Skip to content

Commit

Permalink
fix: string and binary type
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jan 17, 2024
1 parent 4d12fed commit e32fc40
Show file tree
Hide file tree
Showing 6 changed files with 670 additions and 79 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
python -m pip install build
python -m build
- uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'push'
with:
packages-dir: python/dist/
skip-existing: true
14 changes: 14 additions & 0 deletions python/Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
databend-udf = {file = "."}

[dev-packages]
flake8 = "*"
black = "*"

[requires]
python_version = "3.12"
212 changes: 212 additions & 0 deletions python/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e32fc40

Please sign in to comment.