Skip to content

Commit

Permalink
Fix dynamic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz00 committed Jul 6, 2024
1 parent b68cedc commit 749eeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Read release version
id: read_version
run: |
VERSION=$(python3 -c 'import src.Patcher.__about__ as about; print(about.__version__)')
VERSION=$(python3 -c 'import src.patcher.__about__ as about; print(about.__version__)')
echo "VERSION=${VERSION}" >> $GITHUB_ENV
- name: Build binary wheel and source tarball
Expand Down

0 comments on commit 749eeb8

Please sign in to comment.