[CI] Bumped dev version to 1.0.1 and fixed permissions in documentation.yml (#149)
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -36,5 +36,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git checkout gh-pages
|
git checkout gh-pages
|
||||||
sh ./update-website.sh
|
sh ./update-website.sh
|
||||||
|
eval `ssh-agent -s`
|
||||||
|
DISPLAY=:0 SSH_ASKPASS=~/.ssh/give_pass.sh ssh-add ${{ secrets.SSH_KEY }} <<< ${{ secrets.SSH_PASS }}
|
||||||
git remote set-url origin git@github.com:ptillet/triton.git
|
git remote set-url origin git@github.com:ptillet/triton.git
|
||||||
git push
|
git push
|
@@ -8,6 +8,8 @@ Binary Distributions
|
|||||||
|
|
||||||
You can install the latest stable release of Triton from pip:
|
You can install the latest stable release of Triton from pip:
|
||||||
|
|
||||||
|
.. code-block:: bash
|
||||||
|
|
||||||
pip install triton
|
pip install triton
|
||||||
|
|
||||||
Binary wheels are available for CPython 3.6-3.9 and PyPy 3.6-3.7.
|
Binary wheels are available for CPython 3.6-3.9 and PyPy 3.6-3.7.
|
||||||
|
@@ -121,7 +121,7 @@ class CMakeBuild(build_ext):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="triton",
|
name="triton",
|
||||||
version="1.0.0",
|
version="1.0.1",
|
||||||
author="Philippe Tillet",
|
author="Philippe Tillet",
|
||||||
author_email="phil@openai.com",
|
author_email="phil@openai.com",
|
||||||
description="A language and compiler for custom Deep Learning operations",
|
description="A language and compiler for custom Deep Learning operations",
|
||||||
|
Reference in New Issue
Block a user