Skip to content

Commit

Permalink
Fix PyPI url (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored Jun 20, 2023
1 parent 84b1b3a commit 51954ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-poetry-publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
working-directory: ${{ inputs.working-directory }}

- name: Publish to ${{ inputs.publish-to-test == 'true' && 'TestPyPI' || 'PyPI' }}
uses: bakdata/ci-templates/actions/python-poetry-publish-pypi@v1.23.0
uses: bakdata/ci-templates/actions/python-poetry-publish-pypi@1.25.2
with:
pypi-token: ${{ secrets.pypi-token }}
publish-to-test: ${{ inputs.publish-to-test }}
Expand Down
2 changes: 1 addition & 1 deletion actions/python-poetry-publish-pypi/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
echo "index-url=https://test.pypi.org/legacy/" >> "$GITHUB_OUTPUT"
else
echo "index-name=PyPI" >> "$GITHUB_OUTPUT"
echo "index-url=https://pypi.org/legacy/" >> "$GITHUB_OUTPUT"
echo "index-url=https://upload.pypi.org/legacy/" >> "$GITHUB_OUTPUT"
fi
shell: bash

Expand Down

0 comments on commit 51954ac

Please sign in to comment.