Skip to content

Commit

Permalink
Moving stuff to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Nov 17, 2023
1 parent c36b363 commit 84967a8
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 2,384 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Build sdist and wheel
run: |
python -m pip install wheel setuptools
python setup.py sdist bdist_wheel
python -m pip install build
python -m build
- uses: actions/upload-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
*__pycache__/
/*.egg-info/
/planck_2020_hillipop/_version.py
5 changes: 1 addition & 4 deletions planck_2020_hillipop/__init__.py
@@ -1,5 +1,2 @@
from ._version import get_versions
from ._version import __version__
from .hillipop import EE, TE, TT, TTTEEE

__version__ = get_versions()["version"]
del get_versions

0 comments on commit 84967a8

Please sign in to comment.