File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Expand file tree Collapse file tree 5 files changed +5
-10
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
10
10
11
11
on :
12
12
workflow_call :
13
- secrets :
14
- API_TOKEN :
15
- required : true
16
13
17
14
permissions : read-all
18
15
38
35
- name : Publish package distributions to PyPI (optional - testpypi)
39
36
uses : pypa/gh-action-pypi-publish@release/v1
40
37
with :
41
- password : ${{ secrets.API_TOKEN }}
42
38
repository-url : https://upload.pypi.org/legacy/
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ name: PyPI Publish
10
10
11
11
on :
12
12
workflow_call :
13
- secrets :
14
- API_TOKEN :
15
- required : true
16
13
17
14
permissions : read-all
18
15
35
32
- name : Publish package distributions to PyPI (optional - testpypi)
36
33
uses : pypa/gh-action-pypi-publish@release/v1
37
34
with :
38
- password : ${{ secrets.API_TOKEN }}
39
35
repository-url : https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change @@ -39,10 +39,12 @@ keywords = [
39
39
classifiers = [
40
40
" License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
41
41
" Programming Language :: Python" ,
42
- " Programming Language :: Python :: 3.9" ,
43
- " Programming Language :: Python :: 3.10" ,
44
42
" Programming Language :: Python :: 3.11" ,
45
43
" Programming Language :: Python :: 3.12" ,
44
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
45
+ " Topic :: Utilities" ,
46
+ " Topic :: Scientific/Engineering" ,
47
+ " Intended Audience :: Science/Research" ,
46
48
" Natural Language :: English" ,
47
49
" Operating System :: MacOS" ,
48
50
" Operating System :: Unix" ,
You can’t perform that action at this time.
0 commit comments