Skip to content

Commit 0a3e607

Browse files
authoredJan 23, 2024
Merge pull request #102 from kthyng/main
Getting everything back inline
2 parents 42dbdd9 + 2be2049 commit 0a3e607

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
Please sign in to comment.