Skip to content

Commit

Permalink
updated conf for pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoletos-K committed Jun 30, 2023
1 parent 876116c commit acefe6e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
name: Build and publish Python 🐍 distributions 📦 to PyPI
name: Build and publish pyJedAI to PyPI
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

title: pyJedAI
author: AI-Team, University of Athens
logo: ../documentation/pyjedai.logo.drawio.png
logo: ../docs/img/pyjedai.logo.drawio.png
copyright: Apache 2.0 License
# Force re-execution of notebooks on each build.
# See https://jupyterbook.org/content/execute.html
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>
<hr>
<br>
<img align="center" src="https://github.com/Nikoletos-K/pyJedAI/blob/main/documentation/pyjedai.logo.drawio.png?raw=true" alt="pyJedAI" width="400"/>
<img align="center" src="https://github.com/Nikoletos-K/pyJedAI/blob/main/docs/img/pyjedai.logo.drawio.png?raw=true" alt="pyJedAI" width="400"/>
</div>
<br><br>
<div align="center">
Expand Down
Binary file removed docs/logo.png
Binary file not shown.
12 changes: 6 additions & 6 deletions 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 = "pyjedai"
dynamic = ['version']
version = "0.0.7"
description = "An open-source library that builds powerful end-to-end Entity Resolution workflows."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -59,13 +59,13 @@ dependencies = [
"sentence-transformers >= 2.2",
"faiss-cpu >= 1.7",
"optuna >= 3.0",
'tomli; python_version < "3.11"',
"py-stringmatching >= 0.4"
'tomli; python_version < "3.11"',
"py-stringmatching >= 0.4",
"whoosh >= 2.7",
"valentine>=0.1.5",
"ordered-set >= 4.0",
]

[tool.hatch.version]
path = 'src/pyjedai/_version.py'

[project.optional-dependencies]
dev = ["pip-tools", "pytest"]

Expand Down

0 comments on commit acefe6e

Please sign in to comment.