Skip to content

Commit 6dc8cec

Browse files
committed
Back out "build: simplify environment config"
This backs out commit 4028c36.
1 parent c337f7a commit 6dc8cec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
needs: [release-please]
2828
if: ${{ needs.release-please.outputs.release_created == 'true' }}
2929
runs-on: ubuntu-latest
30-
environment: pypi
30+
environment:
31+
name: pypi
32+
url: https://pypi.org/p/karaage
3133
permissions:
3234
id-token: write
3335
steps:

0 commit comments

Comments
 (0)