Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 9, 2023
1 parent 338ba01 commit 168617f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_BEFORE_BUILD: >
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,15 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GitHubToken }}
run: |
source $VENV
git config user.name github-actions
git config user.email github-actions@github.com
git config pull.rebase false
git add --all
git commit -m "Execute notebooks"
git fetch
git checkout gh-pages
git pull
git checkout main
RIVER_VERSION=$(python -c "import river; print(river.__version__)")
mike deploy ${RIVER_VERSION} latest --update-aliases --push --force --remote https://${GH_TOKEN}@github.com/online-ml/river.git
17 changes: 10 additions & 7 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ipykernel = "^6.26.0"
ipython = "^8.17.2"
rich = "^13.6.0"
jupyter = "^1.0.0"
mike = "^2.0.0"

[tool.poetry.group.compat]
optional = true
Expand Down

0 comments on commit 168617f

Please sign in to comment.