Skip to content

Commit

Permalink
ci: add build
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Mar 3, 2023
1 parent b95f1a7 commit b76c353
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: docker/build-push-action@v4
with:
push: true
tags: long2ice/meilisync:latest
tags: long2ice/meilisync
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ test:
$(py_warn) pytest --suppress-no-test-exit-code

ci: check test

build:
@poetry build
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ version = "0.1.0"
description = "Realtime sync data from MySQL/PostgreSQL/MongoDB to meilisearch"
authors = ["long2ice <[email protected]>"]
readme = "README.md"
documentation = "https://github.com/long2ice/meilisync"
documentation = "https://github.com/meilisync/meilisync"
include = ["CHANGELOG.md", "LICENSE", "README.md"]
keywords = ["meilisearch", "postgres", "mysql"]
license = "Apache-2.0"
packages = [
{ include = "meilisync" },
]
repository = "https://github.com/long2ice/meilisync.git"
repository = "https://github.com/meilisync/meilisync.git"

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit b76c353

Please sign in to comment.