Skip to content

Commit 3689a42

Browse files
committed
environment stuff
1 parent 4bd3ccc commit 3689a42

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- numpy
77
- compilers
88
- pybind11
9-
- pdal
9+
- libpdal-core
1010
- pytest
1111
- meshio
1212
- geopandas

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
auto-update-conda: true
3737
environment-file: .github/environment.yml
3838

39+
- name: Install pipx
40+
run: |
41+
mamba install -y pipx
42+
3943
- name: Build sdist
4044
run: pipx run build --sdist
4145

@@ -47,7 +51,7 @@ jobs:
4751
upload_pypi:
4852
needs: [build_sdist]
4953
runs-on: ubuntu-latest
50-
environment: pypi
54+
environment: test
5155
permissions:
5256
id-token: write
5357
if: github.event_name == 'release' && github.event.action == 'published'

0 commit comments

Comments
 (0)