Skip to content

Commit

Permalink
Update GitHub Actions to use latest versions
Browse files Browse the repository at this point in the history
Upgraded pypa/gh-action-pypi-publish to v1.9.0 in publish.yaml. Updated actions/checkout to v4 and actions/setup-python to v5 in tests-runner.yaml. This ensures compatibility with recent improvements and fixes in these actions.
  • Loading branch information
andoludo committed Sep 1, 2024
1 parent 76f8a86 commit 4319ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository_url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion .github/workflows/tests-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 4319ec8

Please sign in to comment.