Skip to content

Commit

Permalink
Another releases CI typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Apr 17, 2024
1 parent 24e554c commit f3515b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
run: |
mkdir for_pypi
tar xvf *-darwin-apple-m1-python.tar.gz -C for_pypi/
tar xvf *-darwin-apple-x86-64-python.tar.gz -C for_pypi/
tar xvf *-darwin-x86-64-python.tar.gz -C for_pypi/
tar xvf *-linux-x86-64-python.tar.gz -C for_pypi/
- name: Publish package to PyPI
Expand Down

0 comments on commit f3515b2

Please sign in to comment.