Skip to content

Commit

Permalink
deploy instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Oct 11, 2019
1 parent 30b9fcd commit ebba72e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions deploy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@


**Bump version number**

**Add version tag**

**Build the archive**

```bash
python setup.py sdist bdist_wheel
```

**Upload to test.pypi**

```bash
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
```

**Upload to pypi**

```bash
python -m twine upload dist/*
```


**Installing from test.pypi**

pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple igv-reports

0 comments on commit ebba72e

Please sign in to comment.