Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seb5g committed Jan 26, 2024
1 parent 0b6a4fb commit a7258d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- get_name
runs-on: ubuntu-latest
env:
REPO_NAME: https://pypi.org/p/${{ steps.repo-name.outputs.repository-name }}
REPO_NAME: https://pypi.org/p/${{ needs.get_name.steps.repo-name.outputs.repository-name }}
environment:
name: pypi
url: $REPO_NAME # Replace <package-name> with your PyPI project name
Expand Down

0 comments on commit a7258d4

Please sign in to comment.