Skip to content

Commit

Permalink
update deploy dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmw182 committed Jul 26, 2024
1 parent 1804d4e commit f29c075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@master
- name: Set up Python 3.111
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version-file: 'pyproject.toml'
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit f29c075

Please sign in to comment.