Skip to content

Commit

Permalink
Merge pull request #73 from tesera/release-0.3.1
Browse files Browse the repository at this point in the history
Fix deploy script
  • Loading branch information
jo-tham authored Jan 12, 2017
2 parents a4ece87 + 076141a commit d08f849
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Fixed
- n/a

## 0.3.1 - 2017-01-11
### Added
- n/a

### Changed
- n/a

### Fixed
- PyPI deploy script to include linux wheel, why legacy pypi did not accept

## 0.3.0 - 2017-01-10
### Added
- Simulation length option to configuration file
Expand Down
2 changes: 1 addition & 1 deletion bin/pypi-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# only build and upload if the latest tag is at HEAD
. venv/bin/activate

python setup.py sdist bdist_wheel
python setup.py sdist
# upload to pypi, ignoring failures
twine upload -u "${PYPI_USER}" -p "${PYPI_PASSWORD}" dist/*

0 comments on commit d08f849

Please sign in to comment.