Skip to content

Commit

Permalink
Update update_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard authored Jul 26, 2024
1 parent afe5bc2 commit 954cc71
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/update_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,8 @@ jobs:
pip install flit
- name: Install package dependencies
run: |
cd python
pip install -e .
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/src" >> $GITHUB_ENV
- name: Debug information
run: |
pwd
ls -R
echo $PYTHONPATH
pip list
- name: Build package
run: flit build
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 954cc71

Please sign in to comment.