Skip to content

Commit

Permalink
Update publish_to_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather authored Aug 1, 2022
1 parent 973779c commit 56f5a3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
run: |
pip install cartopy==0.19.0.post1
- name: Build package
run: |
export PYTHONPATH=$PYTHONPATH:/usr/lib/
export LD_PRELOAD=/lib/x86_64-linux-gnu/libstdc++.so.6:$LD_PRELOAD
run: python -m build
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down

0 comments on commit 56f5a3c

Please sign in to comment.