diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fb5c7b19..74bb2120 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,10 +12,14 @@ jobs: id-token: write steps: - name: "Checkout Repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Python + uses: actions/setup-python@v5 + with: + python-version: '3.11' + - name: Upgrade Python Build Tools run: pip install -U build twine - name: Build distributions run: python -m build