Skip to content

Commit

Permalink
Merge pull request #47 from soar-telescope/deploy_2.0.3
Browse files Browse the repository at this point in the history
Update github actions, and readthedocs config.
  • Loading branch information
simontorres authored Apr 11, 2024
2 parents ffe4451 + 5e63a12 commit 06cd424
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine build
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python -m build .
twine upload dist/*
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist/*
build/*
*__pycache__*
*.egg-info/*
.tox/*
9 changes: 7 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
version: 2


build:
os: ubuntu-lts-latest
tools:
python: mambaforge-22.9

sphinx:
configuration: docs/conf.py

formats: all

python:
version: 3.7
install:
- method: pip
path: .
- method: setuptools
path: .

conda:
environment: environment.yml
environment: environment.yml
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _v2.0.3
2.0.3 10-04-2022
2.0.3 11-04-2022
================

- Improved background fitting for low signal-to-noise ratio data.
Expand Down

0 comments on commit 06cd424

Please sign in to comment.