File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ clean: version-clean
3535
3636# Build and upload commands
3737build : $(VERSION_PY ) | $(CONDA_ENV_PYTHON )
38- $(IN_CONDA_ENV ) python setup.py sdist bdist_wheel
38+ $(IN_CONDA_ENV ) python setup.py sdist bdist_wheel && twine check dist/ *
3939
4040.PHONY : build
4141
Original file line number Diff line number Diff line change @@ -78,14 +78,16 @@ Required
7878~~~~~~~~
7979
8080* |yosys |_
81- .. |yosys | replace :: `yosys `
81+
82+ .. |yosys | replace :: ``yosys ``
8283.. _yosys : https://github.com/YosysHQ/yosys
8384
8485Optional
8586~~~~~~~~
8687
8788* |netlistsvg |_
88- .. |netlistsvg | replace :: `netlistsvg `
89+
90+ .. |netlistsvg | replace :: ``netlistsvg ``
8991.. _netlistsvg : https://github.com/nturley/netlistsvg
9092
9193Usage
You can’t perform that action at this time.
0 commit comments