Explorar el Código

Fix release instruction command order

Steven Silvester hace 8 años
padre
commit
62b8363a8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -212,8 +212,8 @@ for twine setup instructions and for why twine is the recommended method.
 npm version patch
 git push origin master --tags
 npm publish
+rm -rf dist
 python setup.py sdist
 python setup.py bdist_wheel --universal
-rm -rf dist
 twine upload dist/*
 ```