From c2580e9cb82790f84a0cf224bb5a5820ffad58c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Sat, 28 Oct 2023 23:50:01 +0200 Subject: [PATCH] cleanup --- .github/workflows/deploy_github.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_github.yml b/.github/workflows/deploy_github.yml index 9b74a0c..975b25a 100644 --- a/.github/workflows/deploy_github.yml +++ b/.github/workflows/deploy_github.yml @@ -11,16 +11,16 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ['3.9'] + python-version: ["3.10"] os: [macos-latest, windows-latest] steps: - name: Set env run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV - uses: actions/checkout@v3 - - name: Set up Python + - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: - python-version: "3.10" + python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip @@ -44,7 +44,7 @@ jobs: - name: Release Assets uses: softprops/action-gh-release@v1 with: - name: BMicro ${{ github.ref_name }} + name: DCKit ${{ env.RELEASE_VERSION }} draft: true prerelease: false body: |