Skip to content

Commit

Permalink
No more distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
atemerev committed Feb 28, 2024
1 parent 4513060 commit c176270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo TZ=UTC apt-get -y install tzdata
sudo apt-get update
sudo apt-get install -y python${{ matrix.python_version }} python${{ matrix.python_version }}-distutils python${{ matrix.python_version }}-venv
sudo apt-get install -y python${{ matrix.python_version }} python${{ matrix.python_version }}-venv
sudo apt-get install -y curl
sudo curl -sS https://bootstrap.pypa.io/get-pip.py | python${{ matrix.python_version }}
pip3 install pipx
Expand Down

0 comments on commit c176270

Please sign in to comment.