Skip to content

Commit

Permalink
removed verup because in this project we use github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Oct 24, 2021
1 parent 796014a commit 3af8370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 70 deletions.
3 changes: 3 additions & 0 deletions upload.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/env bash
# Uploads built package (see build.sh) to PyPi repo
# Do not forget to test installation locally with install_local.sh
#
# This is manual upload.
# The package will be uploaded automatically when you create new release on github
rm -rf build/*
rm -rf dist/*
./build.sh
Expand Down
70 changes: 0 additions & 70 deletions verup.sh

This file was deleted.

0 comments on commit 3af8370

Please sign in to comment.