Skip to content

Commit

Permalink
Fix broken pypi.yml (#1099) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Jan 11, 2024
1 parent b432889 commit 44ba616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)

- name: Update version in setup.py
run: >-
run: |
sed -i -E 's/version="([0-9.]+)",/version="${{ steps.tag.outputs.TAG_NAME }}",/g' setup.py
- name: Build a binary wheel
run: >-
run: |
python setup.py sdist bdist_wheel
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 44ba616

Please sign in to comment.