Skip to content

Commit

Permalink
Remove cmdclass from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Apr 3, 2024
1 parent e2fe056 commit b66e6d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Wheels

on:
push:
# tags:
# - "*"
tags:
- "*"

jobs:
build_sdist:
Expand Down Expand Up @@ -71,6 +71,6 @@ jobs:
with:
name: artifact
path: dist
# - uses: pypa/gh-action-pypi-publish@master
# with:
# password: ${{ secrets.PYPI_TOKEN }}
- uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,11 @@
setup(
name="adani",
version=versioneer.get_version(),
# cmdclass=versioneer.get_cmdclass(),
description="Code computing approximate DIS N3LO coefficients",
author="Niccolò Laurenti",
license="AGPLv3",
packages=find_packages(where="inc"),
package_dir={"": "inc"},
# package_data={'': ['CMakeLists.txt']},
# include_package_data = True,
cmake_install_dir="inc/adani",
cmake_args=['-DPYTHON_ONLY:BOOL=ON'],
python_requires=">=3.8",
Expand Down

0 comments on commit b66e6d8

Please sign in to comment.