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.
1 parent 892a259 commit a7d3cbaCopy full SHA for a7d3cba
MAKE_RELEASE.rst
@@ -28,7 +28,7 @@ Prepare/make release on dev.
28
* on local repo
29
* git pull, check release tag is pulled
30
* git checkout v3.0.0dev0
31
- * python3 setup.py sdist bdist_wheel --universal
+ * python3 setup.py sdist bdist_wheel
32
* twine upload dist/* (upload to pypi)
33
* Double check Read me docs are updated
34
* trigger build https://readthedocs.org/projects/pymodbus/builds/
setup.cfg
@@ -543,7 +543,6 @@ upload_dir = build/sphinx/html
543
544
545
[bdist_wheel]
546
-universal=1
547
548
549
[tool:pytest]
0 commit comments