Skip to content

Commit

Permalink
update publish-to-pypi actions
Browse files Browse the repository at this point in the history
Signed-off-by: Seth Grover <[email protected]>
  • Loading branch information
mmguero committed Mar 6, 2024
1 parent 6f62972 commit 63c61aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v4.7.0
with:
python-version: "3.10"
- name: Install pypa/build
Expand Down

0 comments on commit 63c61aa

Please sign in to comment.