Skip to content

Commit

Permalink
💚 Use rename to replace util-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Aug 4, 2024
1 parent 8088eb8 commit b9e974a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get -y update
sudo apt-get -y install librime-dev util-linux
sudo apt-get -y install librime-dev
- name: Install dependencies
if: runner.os == 'macOS'
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get -y update
sudo apt-get -y install librime-dev
sudo apt-get -y install librime-dev rename
- name: Install dependencies
if: runner.os == 'macOS'
run: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
pyproject-build
- if: runner.os == 'Linux'
run: |
rename linux manylinux_2_17 dist/*
rename s/linux/manylinux_2_17/ dist/*
- uses: pypa/gh-action-pypi-publish@release/v1
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/')
with:
Expand Down

0 comments on commit b9e974a

Please sign in to comment.