Skip to content

Commit

Permalink
GH Actions: fix release workflow (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie authored Sep 8, 2023
1 parent 64324de commit eebe407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/1_create_release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:
init-file: 'cylc/uiserver/__init__.py'
pypi-package-name: 'cylc-uiserver'

- name: Test build
uses: cylc/release-actions/build-python-package@v1

- name: Generate changelog
run: |
python3 -m pip install -q towncrier
python3 -m pip install -q -e .[tests]
towncrier build --yes
- name: Test build
uses: cylc/release-actions/build-python-package@v1

- name: Create pull request
uses: cylc/release-actions/stage-1/create-release-pr@v1
env:
Expand Down

0 comments on commit eebe407

Please sign in to comment.