Skip to content

Commit

Permalink
Use custom build to fix data export (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboucaud authored Aug 2, 2021
1 parent 4f02199 commit 165f0a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install wheel
- name: Build package
run: python -m build
- name: Publish package
run: |
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ Setup
```
3. Run the demo = print the available surveys and associated filters
```sh
python -m galcheat
# or
galcheat
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="galcheat",
version="0.0.3",
version="0.0.4",
url="https://github.com/aboucaud/galcheat/",
description="Tiny library of galaxy surveys most useful parameters (with units)",
long_description=open("README.md").read(),
Expand Down

0 comments on commit 165f0a7

Please sign in to comment.