Skip to content

Commit f703f53

Browse files
authored
Merge pull request #44 from daniellimws/twine-check
Add twine check to make build and fix rst error
2 parents 9abbe25 + 0d2a151 commit f703f53

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ clean: version-clean
3535

3636
# Build and upload commands
3737
build: $(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

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8485
Optional
8586
~~~~~~~~
8687

8788
* |netlistsvg|_
88-
.. |netlistsvg| replace:: `netlistsvg`
89+
90+
.. |netlistsvg| replace:: ``netlistsvg``
8991
.. _netlistsvg: https://github.com/nturley/netlistsvg
9092

9193
Usage

0 commit comments

Comments
 (0)