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 402278e commit 6f182f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@ jobs:
with:
python-version: 3.11
- name: Set version
run: >-
run: |
version=$(echo $GITHUB_REF | cut -d / -f 3)
echo "will use version $version"
tree || true
ls -la
ls -la mmuxer
sed -i "s/__version__ = .*/__version__ = \"$version\"/g" mmuxer/__init__.py
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 6f182f2

Please sign in to comment.