Skip to content

Commit

Permalink
update python-publish.yml for sdist only; update flight data tutorial…
Browse files Browse the repository at this point in the history
…; add 3.8 to travis.yml
  • Loading branch information
twmacro committed Jun 10, 2020
1 parent d005953 commit a686e67
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 284 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
# python setup.py sdist bdist_wheel
python setup.py sdist
twine upload dist/*
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- sudo apt update
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
Expand Down
595 changes: 312 additions & 283 deletions docs/tutorials/flight_data_statistics.ipynb

Large diffs are not rendered by default.

0 comments on commit a686e67

Please sign in to comment.