Skip to content

Commit d306138

Browse files
committed
2 parents 719f923 + 4179267 commit d306138

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ jobs:
4242
sudo apt-get update
4343
sudo apt-get install -y build-essential gcc g++ make libssl-dev python3-dev python3-pip libffi-dev
4444
45-
- name: Install system dependencies (macOS)
46-
if: matrix.os == 'macos-latest'
47-
run: |
48-
brew install gcc make openssl
49-
echo 'export LDFLAGS="-L/usr/local/opt/openssl@3/lib"' >> $GITHUB_ENV
50-
echo 'export CPPFLAGS="-I/usr/local/opt/openssl@3/include"' >> $GITHUB_ENV
51-
echo 'export PKG_CONFIG_PATH="/usr/local/opt/openssl@3/lib/pkgconfig"' >> $GITHUB_ENV
52-
5345
- name: Install system dependencies (Windows)
5446
if: matrix.os == 'windows-latest'
5547
run: |
@@ -172,4 +164,4 @@ jobs:
172164
uses: pypa/gh-action-pypi-publish@release/v1
173165
with:
174166
password: ${{ secrets.PYPI_TOKEN }}
175-
verbose: true
167+
verbose: true

0 commit comments

Comments
 (0)