Skip to content

Commit

Permalink
Add path to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Feb 21, 2024
1 parent 498147d commit 34169fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Create packages
run: |
python -m pip install build
python -m build
python -m build .
- name: Publish packages
run: |
python -m pip install twine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Test packages creation
run: |
python -m pip install build
python -m build
python -m build .

0 comments on commit 34169fc

Please sign in to comment.