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 bcc7d3f + 473a8e0 commit 21a0feaCopy full SHA for 21a0fea
.github/workflows/main.yml
@@ -19,14 +19,14 @@ jobs:
19
pip install
20
build
21
--user
22
- - name: Build a binary wheel and a source tarball
23
- run: >-
24
- python -m
25
- build
26
- --sdist
27
- --wheel
28
- --outdir dist/
29
- .
+ - name: Build a binary wheel and a source tarball
+ run: >-
+ python -m
+ build
+ --sdist
+ --wheel
+ --outdir dist/
+ .
30
- name: Publish a Python distribution to PyPI
31
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
32
uses: pypa/gh-action-pypi-publish@v1.5.0
0 commit comments