[CI] Bumped dev version to 1.0.1 and fixed permissions in documentation.yml (#149)

This commit is contained in:
Philippe Tillet
2021-07-28 04:35:14 -07:00
committed by GitHub
parent 046160b7f4
commit 4b9df06568
3 changed files with 5 additions and 1 deletions

View File

@@ -36,5 +36,7 @@ jobs:
run: |
git checkout gh-pages
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 push

View File

@@ -8,6 +8,8 @@ Binary Distributions
You can install the latest stable release of Triton from pip:
.. code-block:: bash
pip install triton
Binary wheels are available for CPython 3.6-3.9 and PyPy 3.6-3.7.

View File

@@ -121,7 +121,7 @@ class CMakeBuild(build_ext):
setup(
name="triton",
version="1.0.0",
version="1.0.1",
author="Philippe Tillet",
author_email="phil@openai.com",
description="A language and compiler for custom Deep Learning operations",