Skip to content

Commit 6ef1ba9

Browse files
committed
ci-release: fix for broken pypi upload.
1 parent 7a0929c commit 6ef1ba9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: publish-test
3333
uses: ./.github/workflows/publish.yaml
3434
with:
35-
pypi: pypi
35+
pypi: upload.pypi
3636
permissions:
3737
id-token: write # IMPORTANT: mandatory for trusted publishing!
3838

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name: Publish python package
2020
# project pages (add the name of the relevant Environment for additional
2121
# access control).
2222
# 4. Call this workflow from a parent workflow with the `pypi` input set to
23-
# "pypi" or "test.pypi" (default).
23+
# "upload.pypi" or "test.pypi" (default).
2424
#
2525
# Invoke with `uses: ./.github/workflows/publish@v1`
2626

@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
environment:
4141
name: publish-${{ inputs.pypi }}
42-
url: https://${{ inputs.pypi }}.org/p/${{ needs.build.outputs.package-name }}
42+
# url: https://${{ inputs.pypi }}.org/p/${{ needs.build.outputs.package-name }}
4343
permissions:
4444
id-token: write # IMPORTANT: mandatory for trusted publishing
4545
steps:

0 commit comments

Comments
 (0)