Skip to content

Commit

Permalink
change environment to use test.pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Nov 7, 2023
1 parent f1ccc29 commit 57aa96e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: release
environment:
name: pypi
url: https://test.pypi.org/p/flowable.external-worker-client
permissions:
id-token: write
steps:
Expand Down

0 comments on commit 57aa96e

Please sign in to comment.