Skip to content

Commit

Permalink
fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Epstein committed Sep 18, 2023
1 parent 881f392 commit 9b8783c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arcee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.10"
__version__ = "0.0.11"


from arcee.api import get_dalm, train_dalm, upload_doc, upload_docs
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ path = "arcee/__init__.py"

[project.optional-dependencies]
dev = [
"build",
"black",
"invoke",
"mypy",
Expand Down
5 changes: 5 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ def build(ctx: Context) -> None:
Build the package.
"""
ctx.run(
"pip install --upgrade build",
pty=True,
echo=True,
)
ctx.run(
"python -m build",
pty=True,
Expand Down

0 comments on commit 9b8783c

Please sign in to comment.