Skip to content

Commit b557928

Browse files
Updated files with 'repo_helper'.
1 parent b5750e4 commit b557928

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
Run:
1818
name: "Flake8"
19-
runs-on: "ubuntu-20.04"
19+
runs-on: "ubuntu-22.04"
2020

2121
steps:
2222
- name: Checkout 🛎️

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
os: ['ubuntu-20.04', 'windows-2019']
23+
os: ['ubuntu-22.04', 'windows-2019']
2424
fail-fast: false
2525

2626
steps:

.github/workflows/python_ci_linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ permissions:
1919

2020
jobs:
2121
tests:
22-
name: "ubuntu-20.04 / Python ${{ matrix.config.python-version }}"
23-
runs-on: "ubuntu-20.04"
22+
name: "ubuntu-22.04 / Python ${{ matrix.config.python-version }}"
23+
runs-on: "ubuntu-22.04"
2424
continue-on-error: ${{ matrix.config.experimental }}
2525
env:
2626
USING_COVERAGE: '3.6,3.7,3.8,3.9,3.10,3.11,3.12,3.13,pypy-3.6,pypy-3.7,pypy-3.8,pypy-3.9,pypy-3.10'
@@ -87,7 +87,7 @@ jobs:
8787

8888
Coverage:
8989
needs: tests
90-
runs-on: "ubuntu-20.04"
90+
runs-on: "ubuntu-22.04"
9191
steps:
9292
- name: Checkout 🛎️
9393
uses: "actions/checkout@v4"
@@ -136,7 +136,7 @@ jobs:
136136
Deploy:
137137
needs: tests
138138

139-
runs-on: "ubuntu-20.04"
139+
runs-on: "ubuntu-22.04"
140140
steps:
141141
- name: Checkout 🛎️
142142
uses: "actions/checkout@v4"

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "hatch-requirements-txt",]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "domdf-python-tools"
6+
name = "domdf_python_tools"
77
version = "3.10.0"
88
description = "Helpful functions for Python 🐍 🛠️"
99
readme = "README.rst"
@@ -147,7 +147,6 @@ python-implementations = [ "CPython", "PyPy",]
147147
platforms = [ "Windows", "macOS", "Linux",]
148148
license-key = "MIT"
149149
additional-files = [ "include domdf_python_tools/google-10000-english-no-swears.txt",]
150-
package = "domdf_python_tools"
151150

152151
[tool.mypy]
153152
python_version = "3.8"

0 commit comments

Comments
 (0)