Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ea-rus committed Oct 4, 2024
1 parent 6dd1f99 commit 84ca9cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build and publish to PyPi

on:
release:
types: [published]
pull_request:
branches:
- main

jobs:
# Push a new release to PyPI
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/yourusername/aipdf"
Repository = "https://github.com/yourusername/aipdf.git"
Homepage = "https://github.com/mindsdb/aipdf"
Repository = "https://github.com/mindsdb/aipdf.git"

[tool.setuptools_scm]
9 changes: 0 additions & 9 deletions src/aipdf/__about__.py

This file was deleted.

6 changes: 5 additions & 1 deletion src/aipdf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from .ocr import ocr
from .ocr import ocr

__version__ = "0.1.0"

__all__ = ["__version__", "ocr"]

0 comments on commit 84ca9cc

Please sign in to comment.