Skip to content

Commit

Permalink
Fix classifier (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jan 6, 2024
1 parent 84ba50f commit dad2555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,13 @@ jobs:

steps:
- name: Download the wheels
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: dist/
merge-multiple: true

- name: Publish package to PyPi
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
{name = "pylibjpeg-rle contributors"}
]
classifiers = [
"License :: OSI Approved :: MIT",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Intended Audience :: Healthcare Industry",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit dad2555

Please sign in to comment.