Skip to content

Commit 8c81820

Browse files
committed
I had changed the actual publish action at some point to build in a different way to the test one - seeing as I know the test one works I'm reverting to that. For issue #1201
1 parent 95164c6 commit 8c81820

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,14 @@ jobs:
4242
build
4343
--user
4444
45-
- name: Install wheel
46-
run: >-
47-
pip install wheel
48-
49-
# - name: Build a binary wheel and source tarball
50-
# run: >-
51-
# python -m
52-
# build
53-
# --sdist
54-
# --wheel
55-
# --outdir dist/
56-
# .
5745
- name: Build a binary wheel and source tarball
5846
run: >-
59-
python3 setup.py sdist bdist_wheel
47+
python -m
48+
build
49+
--sdist
50+
--wheel
51+
--outdir dist/
52+
.
6053
6154
# Then the module is published to the real PyPI index
6255
- name: Publish to PyPI

0 commit comments

Comments
 (0)