diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3f16abb..6f0a4c41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade pip setuptools wheel "build<0.10.0" python-semantic-release + python -m pip install --upgrade pip setuptools wheel "build<1.3.0" python-semantic-release - name: Python Semantic Release id: release diff --git a/.github/workflows/create_release.yaml b/.github/workflows/create_release.yaml index 795a3b66..d1c8d85a 100644 --- a/.github/workflows/create_release.yaml +++ b/.github/workflows/create_release.yaml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade pip setuptools wheel "build<0.10.0" python-semantic-release + python -m pip install --upgrade pip setuptools wheel "build<1.3.0" python-semantic-release - name: Python Semantic Release id: release diff --git a/pyproject.toml b/pyproject.toml index c2fa66e8..31a16da8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ ] package = [ - "build<0.10.0", + "build<1.3.0", "python-semantic-release", "setuptools", "wheel", @@ -125,7 +125,7 @@ build_command = """ python -m venv .venv source .venv/bin/activate pip install -U pip - python -m pip install "build<0.10.0" python-semantic-release setuptools wheel + python -m pip install "build<1.3.0" python-semantic-release setuptools wheel python -m build . """