Skip to content

Commit dad2555

Browse files
authored
Fix classifier (#24)
1 parent 84ba50f commit dad2555

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,13 @@ jobs:
259259

260260
steps:
261261
- name: Download the wheels
262-
uses: actions/download-artifact@v4
262+
uses: actions/download-artifact@v3
263263
with:
264264
path: dist/
265265
merge-multiple: true
266266

267267
- name: Publish package to PyPi
268-
uses: pypa/gh-action-pypi-publish@master
268+
uses: pypa/gh-action-pypi-publish@release/v1
269269
with:
270270
user: __token__
271271
password: ${{ secrets.PYPI_PASSWORD }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
{name = "pylibjpeg-rle contributors"}
88
]
99
classifiers = [
10-
"License :: OSI Approved :: MIT",
10+
"License :: OSI Approved :: MIT License",
1111
"Intended Audience :: Developers",
1212
"Intended Audience :: Healthcare Industry",
1313
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)