Skip to content

Commit

Permalink
fix the url
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jan 29, 2025
1 parent 8ae4fb5 commit ae0514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: set-repo-url
run: |
if [ "${{ github.event.inputs.environment }}" == "production" ] || [ "${{ github.event_name }}" == "push" ]; then
echo "PYPI_REPOSITORY_URL=https://pypi.org/legacy/" >> $GITHUB_ENV
echo "PYPI_REPOSITORY_URL=https://upload.pypi.org/legacy/" >> $GITHUB_ENV
else
echo "PYPI_REPOSITORY_URL=https://test.pypi.org/legacy/" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit ae0514e

Please sign in to comment.