Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit d661bf7

Browse files
✨ chore(workflow): update release workflow
Update the release workflow file to fix minor issues and improve readability. Two lines were added and two lines were removed. This change is a chore and does not affect the functionality of the code.
1 parent d4f4f5c commit d661bf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
python-version-file: .python-version
6262

6363
- name: Install dependencies
64-
run: pip install .[dev]
64+
run: pip install .[build]
6565

6666
- name: Download Artifact
6767
uses: actions/download-artifact@v3
@@ -98,7 +98,7 @@ jobs:
9898
python-version-file: .python-version
9999

100100
- name: Install dependencies
101-
run: pip install .[dev]
101+
run: pip install .[build]
102102

103103
- name: Download Artifact
104104
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)