Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nerohmot authored Jan 8, 2025
1 parent 8c19213 commit 6f95f7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
- name: directory structure
run: tree

- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 6f95f7d

Please sign in to comment.