We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53c4e2 commit 44e10a4Copy full SHA for 44e10a4
1 file changed
.github/workflows/release.yaml
@@ -16,18 +16,9 @@ jobs:
16
with:
17
python-version: "3.10"
18
- name: Install pypa/build
19
- run: >-
20
- python -m
21
- pip install
22
- build
23
- --user
+ run: python -m pip install build --user
24
- name: Build a package
25
26
27
28
- --sdist
29
- --outdir dist/
30
- .
+ run: python -m build
31
- name: Publish distribution 📦 to PyPI
32
uses: pypa/gh-action-pypi-publish@release/v1
33
0 commit comments