diff --git a/README.md b/README.md index 29fa52f..8fc369a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A reusable github action to package, deploy and and check code to PyPi & TestPyP ## Basic usage -Please see [action.yaml()] for all details. +Please see [action.yaml](action.yaml) for all details. The following options can be passed: diff --git a/action.yaml b/action.yaml index 1d6e2d1..aabcf21 100644 --- a/action.yaml +++ b/action.yaml @@ -29,7 +29,7 @@ inputs: runs: using: "composite" steps: - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.11" @@ -57,7 +57,7 @@ runs: id: pypi_upload uses: pypa/gh-action-pypi-publish@release/v1 with: - repository_url: https://test.pypi.org/legacy/ + repository-url: https://test.pypi.org/legacy/ skip-existing: true - if: "${{ inputs.test_submission == 'false' }}"