Skip to content

Commit

Permalink
ci: fix id->name
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano-macedo committed Sep 14, 2024
1 parent 1a0b790 commit ebb982a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
python-version: 3.12
cache: 'pipenv'

- id: update pip
- name: update pip
run: python -m pip install --upgrade pip

- id: install build
- name: install build
run: pip install build==1.2.1

- name: Install dependencies
Expand Down

0 comments on commit ebb982a

Please sign in to comment.