We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9acaa commit 4b47b85Copy full SHA for 4b47b85
1 file changed
.github/workflows/publish.yml
@@ -16,15 +16,7 @@ jobs:
16
17
steps:
18
- 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
27
- name: Build package
28
- run: python -m build
+ run: make distribute
29
- name: Publish package
30
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments