We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91fbe3 commit e35ef5dCopy full SHA for e35ef5d
.github/workflows/build.yml
@@ -69,6 +69,15 @@ jobs:
69
$PDAL_DRIVER_PATH/pdal_filters_python_test
70
$PDAL_DRIVER_PATH/pdal_io_numpy_test
71
72
+ - name: Build Source Distribution
73
+ shell: bash -l {0}
74
+ if: matrix.os == 'ubuntu-latest'
75
+
76
+ run: |
77
+ sudo apt-get update -y
78
+ sudo apt-get install pkg-config libssl-dev -y
79
+ python -m pip install build pipx twine
80
+ pipx run build --sdist -Ccmake.define.CMAKE_BUILD_WITH_INSTALL_RPATH=ON
81
82
- name: Test Windows
83
if: matrix.os == 'windows-latest'
0 commit comments