Skip to content

Commit

Permalink
Gitworkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFox892 committed Sep 20, 2024
1 parent d7d8aaf commit 7a347d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev_requirements/requirements-formatting.txt
pip install .[formatting]
- name: ${{ matrix.tool }} Code Formatter
run: |
${{ matrix.tool }} . --check
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r dev_requirements/requirements-test_packaging.txt
pip install .[test_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 @@ -3,7 +3,7 @@ name = "ahbicht"
description = "Description of your package"
license = { text = "MIT" }
requires-python = ">=3.9"
authors = [{ name = "Hochfrequenz Unternehmensberatungs GmbH", email = "info@hochfrequenz.de" }]
authors = [{ name = "Hochfrequenz Unternehmensberatungs GmbH", email = "ahbicht@hochfrequenz.de" }]
keywords = ["your", "important", "keywords"]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 7a347d6

Please sign in to comment.