File tree Expand file tree Collapse file tree 6 files changed +5
-14
lines changed
Expand file tree Collapse file tree 6 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 1+ * @ btschwertfeger
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ name: PyPI Publish
1010
1111on :
1212 workflow_call :
13- secrets :
14- API_TOKEN :
15- required : true
1613
1714permissions : read-all
1815
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/
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ name: PyPI Publish
1010
1111on :
1212 workflow_call :
13- secrets :
14- API_TOKEN :
15- required : true
1613
1714permissions : read-all
1815
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/
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -39,10 +39,12 @@ keywords = [
3939classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments