Skip to content

Commit d8d6049

Browse files
committed
attempt to fix
1 parent bcfaae0 commit d8d6049

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
name: artifact
8989
path: dist
9090

91-
- uses: pypa/gh-action-pypi-publish@master
91+
- uses: pypa/gh-action-pypi-publish@release/v1
9292
with:
9393
user: __token__
9494
password: ${{secrets.pypi}}

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ license = BSD 3-Clause
1212
license_files =
1313
LICENSE
1414
classifiers =
15-
Development Status :: 5 - Production
15+
Development Status :: 5 - Production/Stable
1616
License :: OSI Approved :: BSD License
1717
Programming Language :: Python :: 3
18+
Operating System :: Linux
1819
Operating System :: MacOS
19-
Operating System :: POSIX
20-
Operating System :: Unix
21-
Operating System :: Windows
20+
Operating System :: Microsoft :: Windows
2221
Topic :: Scientific/Engineering
2322
Intended Audience :: Developers
2423

0 commit comments

Comments
 (0)