Skip to content

Commit

Permalink
✨ chore(workflow): update release workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DariuszPorowski committed Apr 18, 2023
1 parent d4f4f5c commit d661bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
python-version-file: .python-version

- name: Install dependencies
run: pip install .[dev]
run: pip install .[build]

- name: Download Artifact
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
python-version-file: .python-version

- name: Install dependencies
run: pip install .[dev]
run: pip install .[build]

- name: Download Artifact
uses: actions/download-artifact@v3
Expand Down

0 comments on commit d661bf7

Please sign in to comment.