diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a9ecd94..54466a09 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,10 +9,13 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 + + - name: Install build dependency + run: pip install build - name: Create source distribution run: python -m build