Skip to content

Commit 47f2e7f

Browse files
authored
Merge pull request #251 from bgilbert/pypi-var
workflows: get PyPI upload URL from var in GitHub environment
2 parents 854484b + 78b1735 commit 47f2e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ jobs:
240240
uses: pypa/gh-action-pypi-publish@release/v1
241241
with:
242242
packages-dir: ${{ needs.pre-commit.outputs.dist-base }}
243+
repository-url: ${{ vars.PYPI_URL }}
243244
- name: Release to GitHub
244245
env:
245246
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)