Skip to content

Commit

Permalink
WiP: Publishing manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Jan 21, 2024
1 parent ed98e7e commit 578f3f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@ jobs:
image: quay.io/pypa/manylinux2014_x86_64
options: --user root
steps:
- name: Show Path
- name: Show Env
run: |
pwd
echo "ROOT_DIR=$PWD" >> $GITHUB_ENV
env
echo "HOME=/root" >> $GITHUB_ENV
- uses: actions/checkout@v2

Expand Down Expand Up @@ -246,6 +248,7 @@ jobs:
- name: Install Auditwheel
run: |
pip install setuptools
pip install auditwheel
auditwheel --version
Expand Down

0 comments on commit 578f3f1

Please sign in to comment.