From bad97316684ddb8cdf9eb31323f3c262aa0bcbbc Mon Sep 17 00:00:00 2001 From: ddc <34492089+ddc@users.noreply.github.com> Date: Fri, 20 Mar 2026 12:02:10 -0300 Subject: [PATCH] v7.0.0 --- .github/workflows/workflow.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index edcf01a..fc832bc 100755 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -88,11 +88,11 @@ jobs: run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py - name: Upload artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: python-packages path: dist/ - retention-days: 7 + retention-days: 3 release: name: Create Release @@ -103,7 +103,7 @@ jobs: contents: write steps: - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: python-packages path: release-assets/ @@ -112,10 +112,7 @@ jobs: uses: softprops/action-gh-release@v2 with: name: Release ${{ github.ref_name }} - body: | - Automated release for version ${{ github.ref_name }} - draft: false - prerelease: false + generate_release_notes: true files: release-assets/* @@ -129,7 +126,7 @@ jobs: id-token: write steps: - name: Download package artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: python-packages path: dist