Skip to content

Commit

Permalink
Done testing- set deploy values back to real values
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed Jan 27, 2021
1 parent 3db9634 commit f9191a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
- name: Build package and publish to PyPI
env:
TWINE_USERNAME: __token__
# TODO: Set this to secrets.PYPI_RISE_SET_API_TOKEN when done testing
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_RISE_SET_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
# TODO: Remove this repository flag when done testing
twine upload --repository testpypi dist/*
twine upload dist/*
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

setup(
name = 'ocs-rise-set',
# Set this version back to 0.5.1 when done testing
version = '0.0.1',
version = '0.5.1',
description = 'Routines for accurate rise/set/transit calculations',
author = 'Eric Saunders',
author_email = 'esaunders@lcogt.net',
Expand Down

0 comments on commit f9191a6

Please sign in to comment.