diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index ed4792b..82c5fac 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -3,8 +3,13 @@ on: push: branches: - main + tags: + - 'v*' pull_request: +env: + PYTHON_BUILD_VERSION: '3.14' + jobs: build: name: Build and Test @@ -41,3 +46,10 @@ jobs: - name: Build package run: uv build + + - name: Upload artifacts + if: matrix.python-version == env.PYTHON_BUILD_VERSION + uses: actions/upload-artifact@v4 + with: + name: python-package-distributions + path: dist/