Skip to content

Commit 05661bd

Browse files
committedMar 31, 2024·
build: updated requirements
1 parent a65c26a commit 05661bd

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
 

‎.github/workflows/build.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ jobs:
2626
python-version: "3.x"
2727

2828
- name: Install dependencies
29-
run: |
30-
pip install build &&
31-
pip install twine &&
32-
pip install -r requirements.txt &&
33-
python3 -m build
29+
run: pip install -r requirements.txt
30+
31+
- name: Build distribution
32+
run: python3 -m build
3433

3534
- name: Publish distribution
3635
if: ${{ steps.regex-match.outputs.match != '' }}

‎requirements.txt

888 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.