We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9294b30 + 70b1af7 commit 114a3c8Copy full SHA for 114a3c8
.github/workflows/publish-to-pypi.yml
@@ -16,20 +16,20 @@ jobs:
16
python-version: 3.7
17
18
- name: Install pypa/build
19
- run: |
+ run: >-
20
python -m
21
pip install
22
build
23
--user
24
25
- name: Build a binary wheel and a source tarball
26
27
28
29
--sdist
30
--outdir dist/
31
32
- - name: Publish distribution 📦 to PyPI
+ - name: Publish distribution to PyPI
33
if: startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@master
35
with:
0 commit comments