Skip to content

Commit

Permalink
Merge pull request #59 from hynky1999/pipeline
Browse files Browse the repository at this point in the history
Pipeline
  • Loading branch information
hynky1999 authored May 11, 2023
2 parents 67b99eb + 76a8ef5 commit bf0297f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test_and_push.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
on:
push:
branches:
- main


release:
type:
- created

env:
PYTHON_VERSION: "3.10"
Expand Down
Empty file added cmoncrawl/__init__.py
Empty file.
Empty file added cmoncrawl/common/__init__.py
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "CmonCrawl"

dynamic = ["version"]
dynamic = ["version", "dependencies"]

keywords = [
"Common Crawl",
Expand Down
5 changes: 5 additions & 0 deletions tests/test_extract/files/file.jsonl

Large diffs are not rendered by default.

0 comments on commit bf0297f

Please sign in to comment.