Skip to content

Commit

Permalink
setuptools_scm<8
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 9, 2023
1 parent 44189a7 commit 20581b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git config --local user.email "github-actions@github.com"
git config --local user.name "github-actions"
python -m pip install --upgrade pip
python -m pip install --user --upgrade pip build setuptools setuptools_scm wheel
python -m pip install --user --upgrade pip build setuptools setuptools_scm<8 wheel
SETUPTOOLS_SCM_PRETEND_VERSION=${NEXT_RELEASE} python -m setuptools_scm
git add crystal_toolkit/_version.py
git commit -m "version bump: ${NEXT_RELEASE}"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ write_to_template = '__version__ = "{version}"'
local_scheme = "no-local-version"

[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2<8"]
build-backend = "setuptools.build_meta"

[tool.ruff]
Expand Down

0 comments on commit 20581b5

Please sign in to comment.