Skip to content

Commit

Permalink
Don't publish univeral (Python2 / Python 3) wheels (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 authored Mar 10, 2023
1 parent 892a259 commit a7d3cba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion MAKE_RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Prepare/make release on dev.
* on local repo
* git pull, check release tag is pulled
* git checkout v3.0.0dev0
* python3 setup.py sdist bdist_wheel --universal
* python3 setup.py sdist bdist_wheel
* twine upload dist/* (upload to pypi)
* Double check Read me docs are updated
* trigger build https://readthedocs.org/projects/pymodbus/builds/
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ upload_dir = build/sphinx/html


[bdist_wheel]
universal=1


[tool:pytest]
Expand Down

0 comments on commit a7d3cba

Please sign in to comment.