Skip to content

Commit 21a0fea

Browse files
committed
Merge branch 'release/1.7.0'
2 parents bcc7d3f + 473a8e0 commit 21a0fea

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
pip install
2020
build
2121
--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-
.
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+
.
3030
- name: Publish a Python distribution to PyPI
3131
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3232
uses: pypa/gh-action-pypi-publish@v1.5.0

0 commit comments

Comments
 (0)