Skip to content

Commit

Permalink
trying to get cibuildwheel to run from pyuda install location, instea…
Browse files Browse the repository at this point in the history
…d of default project root directory
  • Loading branch information
stephen-dixon committed Apr 14, 2024
1 parent 4a320d2 commit f351935
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ jobs:
-DSSLAUTHENTICATION=OFF
-DENABLE_CAPNP=ON -DCLIENT_ONLY=ON &&
cmake --build build -j --config Release --target install &&
cp -r /usr/local/python_installer/* /project &&
ls /project
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl
package_dir: /usr/local/python_installer
config-file: /project/source/wrappers/python/pyproject.toml

upload_pypi:
needs: build_wheels
Expand Down
1 change: 1 addition & 0 deletions source/wrappers/python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyuda is the python interface to the uda client library. It is used for remote access to scientific and experimental data from a number of international labs hosting uda data servers.
3 changes: 2 additions & 1 deletion pyproject.toml → source/wrappers/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ build-backend = "setuptools.build_meta"
[project]
name = "ukaea_pyuda"
version = "2.7.5"
long_description="""pyuda is the the python interface to the uda (uda data access) client, which provides remote access to scientific and experimental data from a number of international labs hosting uda data servers"""
readme = {file = 'README.md', content-type = "text/markdown"}
license = {text = "Apache-2.0 license"}
dependencies = ["numpy>=1.7", "Cython>=0.29", "six"]

0 comments on commit f351935

Please sign in to comment.