Skip to content

Commit f238c7e

Browse files
committed
fix trusted publisher
1 parent c4d0703 commit f238c7e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
build_sdist:
2424
name: Build source distribution
2525
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+
2634
steps:
2735
- uses: actions/checkout@v4
2836

0 commit comments

Comments
 (0)