Skip to content

Commit

Permalink
download tq src to fix cd #2
Browse files Browse the repository at this point in the history
  • Loading branch information
majidaldo committed Jan 5, 2025
1 parent 9b4ef10 commit 6196514
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# run: uv python install

- name: Build release distributions
run: uv build
run: uv run python tasks.py build

- name: Upload distributions
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion src/pytqshacl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "114"
__version__ = "115"
from .topquadrant import ver as tq_ver
topquadrant_version = tq_ver
from .run import validate, infer
3 changes: 3 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ def run(cmd, *p, **k):
run(f'uv lock --upgrade-package {pkg}', )
# https://github.com/pre-commit/pre-commit/issues/747#issuecomment-386782080
run('git add -u', )
# download shacl
from pytqshacl.topquadrant.install import Shacl
Shacl()
run('uv build')


Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6196514

Please sign in to comment.