Skip to content

Commit

Permalink
update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar committed Jan 6, 2022
1 parent 7aed7a6 commit ed85cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/upload-to-PyPI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@

4. $ git commit changes

5. $ git tag <VERSION_NO>

6. pyinstaller
5. pyinstaller
$ cd bin
$ pyinstaller pyLODE-cli.spec
$ cp dist/pyLODE .
Expand All @@ -19,6 +17,8 @@
$ git commit -am "updated Windows EXE"
$ git push

6. $ git tag <VERSION_NO>

7. $ git push
$ git push --tags

Expand Down

0 comments on commit ed85cd0

Please sign in to comment.