File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ dependencies:
66 - numpy
77 - pdal
88 - compilers
9+ - python
10+ - pip
Original file line number Diff line number Diff line change 1818 url : https://pypi.org/p/pdal-plugins
1919 permissions :
2020 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
21+ strategy :
22+ fail-fast : true
23+
2124 steps :
2225 - uses : actions/checkout@v3
2326 - name : Setup micromamba
3134 environment-file : .github/environment.yml
3235
3336 - name : Install dependencies
37+ shell : bash -l {0}
3438 run : |
3539 python -m pip install build pipx twine
3640 pipx run build --sdist -Ccmake.define.CMAKE_BUILD_WITH_INSTALL_RPATH=ON
41+
3742 - name : Publish package distributions to PyPI
3843 if : github.event_name == 'release' && github.event.action == 'published'
3944 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments