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 4bd3ccc commit 3689a42Copy full SHA for 3689a42
.github/environment.yml
@@ -6,7 +6,7 @@ dependencies:
6
- numpy
7
- compilers
8
- pybind11
9
- - pdal
+ - libpdal-core
10
- pytest
11
- meshio
12
- geopandas
.github/workflows/release.yml
@@ -36,6 +36,10 @@ jobs:
36
auto-update-conda: true
37
environment-file: .github/environment.yml
38
39
+ - name: Install pipx
40
+ run: |
41
+ mamba install -y pipx
42
+
43
- name: Build sdist
44
run: pipx run build --sdist
45
@@ -47,7 +51,7 @@ jobs:
47
51
upload_pypi:
48
52
needs: [build_sdist]
49
53
runs-on: ubuntu-latest
50
- environment: pypi
54
+ environment: test
55
permissions:
56
id-token: write
57
if: github.event_name == 'release' && github.event.action == 'published'
0 commit comments