Skip to content

Commit

Permalink
publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Millet committed Jun 15, 2024
1 parent ced6746 commit a11f3d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
python-version: '3.10'
- name: Setup and build
run: |
python -m
pip install build wheel
python -m pip install build wheel
version=$(echo $GITHUB_REF | cut -d / -f 3)
sed -i "s/__version__ = .*/__version__ = \"$version\"/g" mmuxer/__init__.py
python -m build --sdist --wheel
Expand Down

0 comments on commit a11f3d5

Please sign in to comment.