File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = [
77 {name = " pylibjpeg-rle contributors" }
88]
99classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments