Skip to content

Commit

Permalink
Kebabify repository_url + minor fixes (#9)
Browse files Browse the repository at this point in the history
* kebabify repository_url

* fix readme link

* update setup-python version
  • Loading branch information
lilyminium authored Sep 1, 2024
1 parent 59afe68 commit a7e83ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down Expand Up @@ -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' }}"
Expand Down

0 comments on commit a7e83ef

Please sign in to comment.