Skip to content

Commit 4b47b85

Browse files
committed
[refactor] Use pipx on GitHub Actions
1 parent 4f9acaa commit 4b47b85

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Set up Python
20-
uses: actions/setup-python@v4
21-
with:
22-
python-version: '3.x'
23-
- name: Install dependencies
24-
run: |
25-
python -m pip install --upgrade pip
26-
pip install build
2719
- name: Build package
28-
run: python -m build
20+
run: make distribute
2921
- name: Publish package
3022
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)