File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v6
1313 with :
14+ fetch-depth : 0
1415 persist-credentials : false
1516
1617 - name : Set up Python
2526 run : python3 -m build
2627
2728 - name : Store the distribution packages
28- uses : actions/upload-artifact@v5
29+ uses : actions/upload-artifact@v7
2930 with :
3031 name : python-package-distributions
3132 path : dist/
5051
5152 steps :
5253 - name : Download the built distributions
53- uses : actions/download-artifact@v6
54+ uses : actions/download-artifact@v8
5455 with :
5556 name : python-package-distributions
5657 path : dist/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name = "matplotlib-pgfutils"
66description = " Utilities for generating PGF figures from Matplotlib"
77dynamic = [" version" ]
88readme = {file = " README.md" , content-type =" text/markdown" }
9- license = { text = " BSD-3-Clause" }
9+ license = " BSD-3-Clause"
1010requires-python = " >=3.12"
1111dependencies = [
1212 " matplotlib>=3.9.0"
You can’t perform that action at this time.
0 commit comments