Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
Fix syntax.
  • Loading branch information
TKIPisalegacycipher committed Aug 8, 2024
1 parent a5c2d04 commit ae8f2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --python 3.10
pip install pipenv
pipenv install build
pipenv install wheel
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit ae8f2fc

Please sign in to comment.