Skip to content

Commit c202e50

Browse files
committed
update notebook, prep release
1 parent 563f378 commit c202e50

File tree

4 files changed

+21
-11
lines changed

4 files changed

+21
-11
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
artifacts: "pcatt/greedy_builder.cpp, requirements.txt, setup.py, README.md, LICENSE"
1919
bodyFile: "README.md"
20-
tag: $GITHUB_REF_NAME
20+
tag: ${{ env.GITHUB_REF_NAME }}

eval_notebook.ipynb

Lines changed: 17 additions & 9 deletions
Large diffs are not rendered by default.

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
license = "MIT",
2323
setup_requires=['pybind11', 'tbb-devel'],
2424
url = "https://github.com/PreferredAI/pcatt/",
25-
download_url = "https://github.com/PreferredAI/pcatt/archive/refs/tags/v0.11.tar.gz",
25+
download_url = "https://github.com/PreferredAI/pcatt/archive/refs/tags/v0.13.tar.gz",
2626
ext_modules = [module1]
2727
)

0 commit comments

Comments
 (0)