File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 88
88
name : artifact
89
89
path : dist
90
90
91
- - uses : pypa/gh-action-pypi-publish@master
91
+ - uses : pypa/gh-action-pypi-publish@release/v1
92
92
with :
93
93
user : __token__
94
94
password : ${{secrets.pypi}}
Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ license = BSD 3-Clause
12
12
license_files =
13
13
LICENSE
14
14
classifiers =
15
- Development Status :: 5 - Production
15
+ Development Status :: 5 - Production/Stable
16
16
License :: OSI Approved :: BSD License
17
17
Programming Language :: Python :: 3
18
+ Operating System :: Linux
18
19
Operating System :: MacOS
19
- Operating System :: POSIX
20
- Operating System :: Unix
21
- Operating System :: Windows
20
+ Operating System :: Microsoft :: Windows
22
21
Topic :: Scientific/Engineering
23
22
Intended Audience :: Developers
24
23
You can’t perform that action at this time.
0 commit comments