Skip to content

Commit

Permalink
build: Update build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed Oct 20, 2023
1 parent 7d028d7 commit 3e837f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade build
pip install --upgrade twine
pip install .[build]
pip install .
- name: Build distribution 📦
run: |
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,10 @@ dependencies = [
]

[project.optional-dependencies]
build = [
"setuptools>=60.0.0",
"setuptools-scm[toml]>=4",
"wheel>=0.37.0",
]
test = [
"hypothesis>=6.0.0",
"pytest>=6.2.0",
"pytest-cov",
"wheel>=0.37.0",
]

[project.urls]
Expand Down

0 comments on commit 3e837f2

Please sign in to comment.