Skip to content

Commit

Permalink
Revise hatch command
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Jun 1, 2024
1 parent 1920532 commit 2bde2f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 2bde2f8

Please sign in to comment.