Skip to content

Commit f5094e0

Browse files
authored
Merge pull request #49 from michalc/build/fix-publish-pypi-script
build: fix publish to PyPI script
2 parents 0da3ebc + 5e02860 commit f5094e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Update version in pyproject.toml from current git tag
1616
run: >-
17-
sed -i "s/0\\.0\\.0\\.dev0/${GITHUB_REF/refs\/tags\/v/}/g" setup.py
17+
sed -i "s/0\\.0\\.0\\.dev0/${GITHUB_REF/refs\/tags\/v/}/g" pyproject.toml
1818
1919
- run: |
2020
pip install build

0 commit comments

Comments
 (0)