Skip to content

Commit

Permalink
update pypi publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 21, 2024
1 parent 92b2a02 commit a917b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_pip_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: "3.12"
- name: Build package
run: make pip-package
- name: Publish a Python distribution to PyPI
Expand Down

0 comments on commit a917b80

Please sign in to comment.