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 c836045 commit d950796
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,21 @@ jobs:
# - name: Test with pytest
# run: |
# pytest

jobs:
test-set version:
name: test set version
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11
- name: Set version
run: >-
version=v0.0.1
echo "will use version $version"
tree || true
ls -la
ls -la mmuxer
sed -i "s/__version__ = .*/__version__ = \"$version\"/g" mmuxer/__init__.py

0 comments on commit d950796

Please sign in to comment.