Selaa lähdekoodia

Fix release instruction command order

Steven Silvester 8 vuotta sitten
vanhempi
commit
62b8363a8c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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/*
 ```