mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-23 00:35:35 +00:00
Update doc versions, + downgrade 3.10 for conda.
This commit is contained in:
5
.github/deploy_doc.sh
vendored
5
.github/deploy_doc.sh
vendored
@ -49,5 +49,6 @@ deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.1 python
|
|||||||
deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.2 python
|
deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.2 python
|
||||||
deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.3 python
|
deploy_doc "558f2d87795ffc9d9786f1e923398e3eebe14187" v0.9.3 python
|
||||||
deploy_doc "python-v0.9.4" v0.9.4 python
|
deploy_doc "python-v0.9.4" v0.9.4 python
|
||||||
deploy_doc "python-v0.10.0" v0.10.0 python
|
deploy_doc "python-v0.10.3" v0.10.3 python
|
||||||
deploy_doc "python-v0.10.0" latest python override
|
deploy_doc "python-v0.11.3" v0.11.3 python
|
||||||
|
deploy_doc "$GITHUB_SHA" latest python override
|
||||||
|
4
.github/workflows/python-release-conda.yml
vendored
4
.github/workflows/python-release-conda.yml
vendored
@ -14,7 +14,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, macos-latest]
|
os: [windows-latest, macos-latest]
|
||||||
python: ["3.7", "3.8", "3.9", "3.10"]
|
python: ["3.7", "3.8", "3.9"]
|
||||||
|
# 3.10 Not yet available on Conda.
|
||||||
|
# python: ["3.7", "3.8", "3.9", "3.10"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Reference in New Issue
Block a user