Skip to content

Commit

Permalink
change repository URL for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vzickner committed Nov 7, 2023
1 parent 57aa96e commit a3a7383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://test.pypi.org/p/flowable.external-worker-client
environment: release
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
- name: Set up Python 3.12.0
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a3a7383

Please sign in to comment.