Skip to content

Commit 86eb2bb

Browse files
Update version in setup.py and pyproject.toml
1 parent f24417b commit 86eb2bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
echo Changing version in setup.py to ${{ steps.get_version.outputs.VERSION }}
2222
sed -i 's/VERSION = ".*"/VERSION = "${{ steps.get_version.outputs.VERSION }}"/g' setup.py
23+
sed -i 's/version = ".*"/version = "${{ steps.get_version.outputs.VERSION }}"/g' pyproject.toml
2324
- name: Set up Python 3.9
2425
uses: actions/setup-python@v1
2526
with:

0 commit comments

Comments
 (0)