Skip to content

Commit

Permalink
Update action.yml (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dciborow authored Sep 2, 2022
1 parent 7dde0da commit 247a6d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ runs:

- if: ${{ inputs.pypi_publish == 'true' }}
run: |
python -m pip install flit
cd "${{ inputs.root }}"
sed -i -r 's/[0-9]\.[0-9]\.[0-9]+/&${{ inputs.version_suffix }}/g' src/*/__init__.py
Expand Down

0 comments on commit 247a6d5

Please sign in to comment.