diff --git a/.github/workflows/release-wheels.yml b/.github/workflows/release-wheels.yml index 87e906d..130c6c7 100644 --- a/.github/workflows/release-wheels.yml +++ b/.github/workflows/release-wheels.yml @@ -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 }} diff --git a/pyproject.toml b/pyproject.toml index a148043..efc8ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",