File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
name : pypi
13
13
url : https://pypi.org/p/cmocean
14
14
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
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - uses : actions/setup-python@v5
18
+ - uses : actions/setup-python@v4
19
19
- name : Install dependencies
20
20
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
23
23
- name : Build distributions
24
24
run : python setup.py sdist bdist_wheel
25
25
You can’t perform that action at this time.
0 commit comments