From 83c2fba183f34cb97918b67c7e6a6b168a370ac1 Mon Sep 17 00:00:00 2001 From: "Flinders, Elijah" Date: Tue, 19 May 2026 13:38:47 -0600 Subject: [PATCH] Tag publishing script to release v1 --- .github/workflows/publish.yml | 42 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 21 deletions(-) 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