Skip to content

Commit

Permalink
Fix version string in publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Dec 6, 2024
1 parent 6b64812 commit 21289d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Setup python version
if: ${{ matrix.main }}
run: |
sed -i 's/\(version = "[^"]*\)"/${{ github.ref_name }}"/' pyproject.toml
sed -i 's/\(version = "[^"]*\)"/version = "${{ github.ref_name }}"/' pyproject.toml
- name: Add Matlab version specifier
if: ${{ !matrix.main }}
Expand Down

0 comments on commit 21289d7

Please sign in to comment.