Skip to content

Commit 4277ff3

Browse files
authored
Update build_wheels_and_publish.yml
1 parent 2c8e97c commit 4277ff3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build_wheels_and_publish.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232

3333
- name: Install numpy
3434
run: |
35+
ls /usr/local/bin/
3536
sudo ln -s /usr/local/bin/gfortran-11 /usr/local/bin/gfortran
3637
sudo mkdir /usr/local/gfortran
3738
sudo ln -s /usr/local/Cellar/gcc@11/*/lib/gcc/11 /usr/local/gfortran/lib
@@ -73,7 +74,7 @@ jobs:
7374
name: artifact
7475
path: dist
7576

76-
- name: Publish distribution 📦 to PyPI
77-
uses: pypa/gh-action-pypi-publish@release/v1
78-
with:
79-
password: ${{ secrets.pypi_password }}
77+
#- name: Publish distribution 📦 to PyPI
78+
# uses: pypa/gh-action-pypi-publish@release/v1
79+
# with:
80+
# password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)