diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb581cd..d576a35 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,26 +14,26 @@ jobs: id-token: write steps: - - uses: actions/checkout@v6 - - name: Set up Python 3.12 - uses: actions/setup-python@v5 - with: - python-version: "3.12" + - uses: actions/checkout@v6 + - name: Set up Python 3.12 + uses: actions/setup-python@v5 + with: + python-version: "3.12" - - name: Install pypa/build - run: >- - python -m - pip install - build - --user - - name: Build a binary wheel and a source tarball - run: >- - python -m - build - --sdist - --wheel - --outdir dist/ - . + - name: Install pypa/build + run: >- + python -m + pip install + build + --user + - name: Build a binary wheel and a source tarball + run: >- + python -m + build + --sdist + --wheel + --outdir dist/ + . - - name: Publish release distributions to PyPI - uses: pypa/gh-action-pypi-publish@3e4f5a6b7c8d9e0f1a2b3c4d5e6f7a8b9c0d1e2f + - name: Publish release distributions to PyPI + uses: pypa/gh-action-pypi-publish@v1.14.0