diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index a47bacca..92dd2802 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -8,6 +8,10 @@ on: jobs: docs: runs-on: ubuntu-latest + permissions: + # IMPORTANT: this permission is mandatory for trusted publishing + id-token: write + contents: write steps: - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 85610168..c449912f 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -31,7 +31,7 @@ jobs: run: | python -m pip install -U pip poetry mkdocs mkdocs-material poetry --version - poetry install + poetry build # Note that we don't need credentials. # We rely on https://docs.pypi.org/trusted-publishers/. - name: Upload to PyPI diff --git a/README.md b/README.md index 8715f932..e435c70c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ Has been tested and used Photoshop version: | Photoshop Version | Supported | -| ----------------- | ------------------ | +|-------------------| ------------------ | +| 2025 | ✅ | +| 2024 | ✅ | | 2023 | ✅ | | 2022 | ✅ | | 2021 | ✅ |