Skip to content

Commit

Permalink
ci(release): add missing hatch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
palazzem committed Oct 6, 2023
1 parent a53446d commit d4ada0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
- name: Checkout the repository
uses: actions/[email protected]

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: Upgrade pip and install required tools
run: |
pip install --upgrade pip
pip install hatch
- name: Detect package version
run: echo "PKG_VERSION=$(hatch version)" >> "$GITHUB_ENV"

Expand Down

0 comments on commit d4ada0d

Please sign in to comment.