File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Set up Python
3030 uses : actions/setup-python@v4
3131 with :
32- python-version : ' 3.10 '
32+ python-version : ' 3.12 '
3333
3434 - name : Install dependencies
3535 run : |
4040 run : python -m build
4141
4242 - name : upload windows dists
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : release-dists
4646 path : dist/
5656
5757 steps :
5858 - name : Retrieve release distributions
59- uses : actions/download-artifact@v4.1.7
59+ uses : actions/download-artifact@v4
6060 with :
6161 name : release-dists
6262 path : dist/
Original file line number Diff line number Diff line change 2020 "Intended Audience :: Developers" ,
2121 "License :: OSI Approved :: MIT License" ,
2222 "Operating System :: OS Independent" ,
23+ "Programming Language :: Python :: 3.13" ,
2324 "Programming Language :: Python :: 3.12" ,
2425 "Programming Language :: Python :: 3.11" ,
2526 "Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments