Skip to content

Commit

Permalink
Change action version and trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Jul 18, 2024
1 parent 47a8fdd commit 9c05d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries

name: Upload to PYPI
on:
release:
types: [created]
on: push

jobs:
release-build:
Expand Down

0 comments on commit 9c05d6a

Please sign in to comment.