Skip to content

Commit

Permalink
Fix an incorrect variable name in the Github Action workflow to creat…
Browse files Browse the repository at this point in the history
…e new releases (#10)
  • Loading branch information
bartfeenstra authored Oct 8, 2024
1 parent bcba16c commit 9ca2ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build-setuptools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: ${{ env.pip_cache_dir }}
key: pip-${{ runner.os }}-${{ matrix.python }}-${{ hashFiles('./setup.py') }}
restore-keys: |
pip-${{ runner.os }}-${{ matribx.python }}-
pip-${{ runner.os }}-${{ matrix.python }}-
- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 9ca2ab2

Please sign in to comment.