Skip to content

Commit

Permalink
another one, now verbose mode on
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 16, 2023
1 parent c4e6fa9 commit 57ebcce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,9 @@ jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: release
url: https://pypi.org/project/collective.elastic.ingest
environment: release
permissions:
id-token: write

steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -36,6 +33,8 @@ jobs:
.
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true

publish-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 57ebcce

Please sign in to comment.