File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 name : pypi
1313 url : https://pypi.org/p/cmocean
1414 permissions :
15- id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
15+ id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : actions/setup-python@v5
18+ - uses : actions/setup-python@v4
1919 - name : Install dependencies
2020 run : |
21- python -m pip install -U pip wheel setuptools setuptools-scm twine
22- # python -m pip install -U pip wheel "setuptools<66.0.0" setuptools-scm twine
21+ python -m pip install -U pip wheel setuptools setuptools-scm twine
22+ # python -m pip install -U pip wheel "setuptools<66.0.0" setuptools-scm twine
2323 - name : Build distributions
2424 run : python setup.py sdist bdist_wheel
2525
You can’t perform that action at this time.
0 commit comments