Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 26, 2024
1 parent 75c418b commit 6dfb61a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test_packaging]
pip install .[packaging]
- name: Build wheel and source distributions
run: |
python -m build
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ linting = [
spellcheck = [
"codespell==2.3.0"
]
test_packaging = [
packaging = [
"build==1.2.2",
"twine==5.1.1"
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ commands =
[testenv:test_packaging]
skip_install = true
deps =
.[test_packaging]
.[packaging]
commands =
python -m build
twine check dist/*

0 comments on commit 6dfb61a

Please sign in to comment.