From 2bde2f8561a5d71f75d637b4f7f5c3e191437817 Mon Sep 17 00:00:00 2001 From: Peter Allen Webb Date: Sat, 1 Jun 2024 16:56:17 -0400 Subject: [PATCH] Revise hatch command --- .github/workflows/release-prep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-prep.yml b/.github/workflows/release-prep.yml index 9d0d589f..a46900bc 100644 --- a/.github/workflows/release-prep.yml +++ b/.github/workflows/release-prep.yml @@ -334,14 +334,14 @@ jobs: python3 -m venv env source env/bin/activate python -m pip install --upgrade pip - + - name: Install Hatch uses: pypa/hatch@install - name: "Bump Version To ${{ inputs.version_number }}" if: needs.audit-version-in-code.outputs.up_to_date == 'false' run: | - hatch ${{ inputs.version_number }} + hatch version ${{ inputs.version_number }} git status - name: "[Notification] Bump Version To ${{ inputs.version_number }}"