Skip to content

Commit

Permalink
fix publish makefile target
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Nov 21, 2021
1 parent 8f9e550 commit 82e527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ clean:

# publish to PyPI
publish: clean
AUTOBAHN_USE_NVX=0 python setup.py sdist --universal
AUTOBAHN_USE_NVX=0 python setup.py sdist
twine upload dist/*

clean_docs:
Expand Down

0 comments on commit 82e527b

Please sign in to comment.