We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380245c commit 211a8f7Copy full SHA for 211a8f7
.github/workflows/pypi-publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Update version in pyproject.toml
23
working-directory: src/python
24
run: |
25
- sed -i '' 's/^version = .*/version = "${{ env.version }}"/' pyproject.toml
+ sed -i 's/^version = .*/version = "${{ env.version }}"/' pyproject.toml
26
27
- name: Commit updated pyproject.toml
28
0 commit comments