Skip to content

Commit 106c2d1

Browse files
Update project settings (#124)
1 parent d1b1b7d commit 106c2d1

File tree

6 files changed

+5
-14
lines changed

6 files changed

+5
-14
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/

.github/workflows/cicd.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ jobs:
101101
- CodeQL
102102
name: Upload current version to Test PyPI
103103
uses: ./.github/workflows/_pypi_test_publish.yaml
104-
secrets:
105-
API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
106104

107105
## Upload the python-kraken-sdk to Production PyPI
108106
##
@@ -118,5 +116,3 @@ jobs:
118116
- CodeQL
119117
name: Upload the current release to PyPI
120118
uses: ./.github/workflows/_pypi_publish.yaml
121-
secrets:
122-
API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

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)