Skip to content

Commit 4bdbf70

Browse files
authored
Merge pull request #59 from antmicro/fix_deployment
Fix deployment to PyPI
2 parents 2f3b1b7 + dd4de9b commit 4bdbf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
before_install: null
5252
before_deploy:
5353
- make clean
54-
- make sphinxcontrib_verilog_diagrams/version.py
54+
- make sphinxcontrib_hdl_diagrams/version.py
5555
- sudo ln -sf /usr/bin/python3 /usr/bin/python
5656
deploy:
5757
provider: pypi

0 commit comments

Comments
 (0)