Skip to content

Commit

Permalink
fix: update version strings before building
Browse files Browse the repository at this point in the history
I made this change erroneously in #35.

this fix ensures that the Python packages that are built have the correct versions associated with them.
  • Loading branch information
ajschmidt8 committed Feb 23, 2023
1 parent dda989f commit 175fd74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ plugins:
- - "@semantic-release/github"
- addReleases: top
- - "@semantic-release/exec"
- verifyReleaseCmd: ./ci/build-test.sh
prepareCmd: ./ci/update-versions.sh ${nextRelease.version}
- verifyReleaseCmd: ./ci/update-versions.sh ${nextRelease.version} && ./ci/build-test.sh
publishCmd: ./ci/pypi-publish.sh
- - "@semantic-release/git"
- assets:
Expand Down

0 comments on commit 175fd74

Please sign in to comment.