Skip to content

Commit

Permalink
Remove pypi publishing instructions - those are Tableau specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Olek Golovatyi committed Jul 27, 2020
1 parent 69b0ad5 commit 68aba48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Changelog

## v2.0.0
## v1.2.0

### Improvements

- Minor code cleanup.

### Breaking changes

- tabpy_server and tabpy_tools are renamed to server and tools.


## v1.1.0

### Improvements
Expand Down
22 changes: 0 additions & 22 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,25 +146,3 @@ Access-Control-Allow-Methods = GET, OPTIONS, POST
```sh
flake8 .
```

## Publishing TabPy Package

Execute the following commands to build and publish a new version of
TabPy package:

```sh
python setup.py sdist bdist_wheel
python -m twine upload dist/*
```

To publish test version of the package use the following command:

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

To install package from TestPyPi use the command:

```sh
pip install --upgrade -i https://test.pypi.org/simple/ tabpy
```
2 changes: 1 addition & 1 deletion tabpy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
1.2.0

0 comments on commit 68aba48

Please sign in to comment.