Skip to content

Commit

Permalink
Revert docbuild.yml to see if build-system.requires is going to insta…
Browse files Browse the repository at this point in the history
…ll the right version
  • Loading branch information
maouw committed Mar 12, 2024
1 parent 28069a0 commit 944f752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install
run: |
python -m pip install --upgrade pip setuptools setuptools_scm wheel
python -m pip install --upgrade pip
pip install -e '.[dev, fury]'
- name: Build docs
run: |
Expand All @@ -34,4 +34,4 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: doc/_build/html
folder: doc/_build/html
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ examples = ["ipykernel>=6.29.3,<7", "numpy>=1.26.4,<2"]
cloudknot = "cloudknot.cli:main"

[build-system]
requires = ["setuptools>=69.0.0", "wheel>=0.43.0", "setuptools_scm[toml]>=8.0.0"]
requires = ["setuptools>=69.1.0", "wheel>=0.43.0", "setuptools_scm>=8.0.3"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down

0 comments on commit 944f752

Please sign in to comment.