We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be52bb commit 8c2e48dCopy full SHA for 8c2e48d
.github/workflows/pre-release.yml
@@ -48,7 +48,7 @@ jobs:
48
# so subsequent jobs can restore from a trusted point in time to prevent tampering
49
seal:
50
# ignore forks
51
- # if: github.repository == 'aws-powertools/powertools-lambda-python'
+ if: github.repository == 'aws-powertools/powertools-lambda-python'
52
53
runs-on: ubuntu-latest
54
permissions:
@@ -215,7 +215,7 @@ jobs:
215
# It uses the sealed build artifact (.whl, .tar.gz) to release it
216
release:
217
needs: [build, seal, provenance]
218
- environment: release
+ environment: pre-release
219
220
221
id-token: write # OIDC for PyPi Trusted Publisher feature
0 commit comments