File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040 strategy :
4141 max-parallel : 1
4242 matrix :
43- python-version : ["3.11", "3.12" ]
43+ python-version : ["3.11"]
4444 steps :
4545 - uses : actions/checkout@v4
4646 with :
9898 strategy :
9999 max-parallel : 1
100100 matrix :
101- python-version : ["3.11", "3.12" ]
101+ python-version : ["3.11"]
102102 steps :
103103 - uses : actions/checkout@v4
104104 with :
@@ -156,4 +156,4 @@ jobs:
156156 run : iop4 --list-local
157157
158158 - name : Build docs
159- run : make docs-sphinx
159+ run : make docs-sphinx
Original file line number Diff line number Diff line change 2424 pip install -U build
2525 python -m build
2626 - name : Store the distribution packages
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : python-package-distributions
3030 path : dist/
4242 id-token : write
4343 steps :
4444 - name : Download all the dists
45- uses : actions/download-artifact@v3
45+ uses : actions/download-artifact@v4
4646 with :
4747 name : python-package-distributions
4848 path : dist/
4949 - name : Publish distribution to PyPI
50- uses : pypa/gh-action-pypi-publish@release/v1
50+ uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments