We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d0703 commit f238c7eCopy full SHA for f238c7e
1 file changed
.github/workflows/release.yml
@@ -23,6 +23,14 @@ jobs:
23
build_sdist:
24
name: Build source distribution
25
runs-on: ubuntu-latest
26
+ environment:
27
+ name: release
28
+ url: https://pypi.org/p/pdal-plugins
29
+ permissions:
30
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
31
+ strategy:
32
+ fail-fast: true
33
+
34
steps:
35
- uses: actions/checkout@v4
36
0 commit comments