Skip to content

Commit 93ea1f6

Browse files
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e1fef3d commit 93ea1f6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-reusable.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ jobs:
5454
path: dist/
5555

5656
- name: Publish to PyPI
57-
env:
58-
REPOSITORY_URL: ${{ inputs.repository_url }}
5957
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
6058
with:
61-
repository-url: $REPOSITORY_URL
59+
repository-url: ${{ inputs.repository_url }}
6260

6361
- name: Sign with sigstore
6462
uses: sigstore/gh-action-sigstore-python@f832326173235dcb00dd5d92cd3f353de3188e6c # v3.1.0

0 commit comments

Comments
 (0)