Skip to content

Commit

Permalink
Merge pull request #49 from michalc/build/fix-publish-pypi-script
Browse files Browse the repository at this point in the history
build: fix publish to PyPI script
  • Loading branch information
michalc authored Jul 29, 2023
2 parents 0da3ebc + 5e02860 commit f5094e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

0 comments on commit f5094e0

Please sign in to comment.