Skip to content

Commit

Permalink
Fix upload pypi actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Nov 11, 2021
1 parent 3d359ad commit 26354b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python -m pip install --upgrade pip
# Install build dependencies
python -m pip install setuptools wheel twine
pip install setuptools_scm
- name: Build and Upload to pypi
run: |
Expand Down

0 comments on commit 26354b9

Please sign in to comment.