Skip to content

Commit f858d85

Browse files
committed
verbose
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent b47c5a9 commit f858d85

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/publish-pypi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
poetry build
3636
# retrieve your distributions here
3737
- name: Publish package distributions to PyPI
38-
uses: pypa/gh-action-pypi-publish@v1.12.2
38+
uses: pypa/gh-action-pypi-publish@release/v1
39+
with:
40+
verbose: true
41+
attestations: false
42+
3943

4044

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
id-token: write
1212
uses: ./.github/workflows/publish-pypi.yaml
1313
with:
14-
pypi_repository_url: https://upload.pypi.org/legacy/
15-
verbose: true
16-
attestations: false
14+
pypi_repository_url: https://upload.pypi.org/legacy/
1715
secrets:
1816
pypi_api_login: __token__
1917
pypi_api_password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)