Skip to content

Commit 2ca1e4f

Browse files
update project settings
1 parent d1b1b7d commit 2ca1e4f

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @btschwertfeger
File renamed without changes.

.github/workflows/_pypi_publish.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ name: PyPI Publish
1010

1111
on:
1212
workflow_call:
13-
secrets:
14-
API_TOKEN:
15-
required: true
1613

1714
permissions: read-all
1815

@@ -38,5 +35,4 @@ jobs:
3835
- name: Publish package distributions to PyPI (optional - testpypi)
3936
uses: pypa/gh-action-pypi-publish@release/v1
4037
with:
41-
password: ${{ secrets.API_TOKEN }}
4238
repository-url: https://upload.pypi.org/legacy/

.github/workflows/_pypi_test_publish.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ name: PyPI Publish
1010

1111
on:
1212
workflow_call:
13-
secrets:
14-
API_TOKEN:
15-
required: true
1613

1714
permissions: read-all
1815

@@ -35,5 +32,4 @@ jobs:
3532
- name: Publish package distributions to PyPI (optional - testpypi)
3633
uses: pypa/gh-action-pypi-publish@release/v1
3734
with:
38-
password: ${{ secrets.API_TOKEN }}
3935
repository-url: https://test.pypi.org/legacy/

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ keywords = [
3939
classifiers = [
4040
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
4141
"Programming Language :: Python",
42-
"Programming Language :: Python :: 3.9",
43-
"Programming Language :: Python :: 3.10",
4442
"Programming Language :: Python :: 3.11",
4543
"Programming Language :: Python :: 3.12",
44+
"Topic :: Software Development :: Libraries :: Python Modules",
45+
"Topic :: Utilities",
46+
"Topic :: Scientific/Engineering",
47+
"Intended Audience :: Science/Research",
4648
"Natural Language :: English",
4749
"Operating System :: MacOS",
4850
"Operating System :: Unix",

0 commit comments

Comments
 (0)