Skip to content

Commit

Permalink
remove zenml reference from pypi publication
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Feb 15, 2024
1 parent 88ec20e commit e557097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: tschm/[email protected]
- name: Publish the package with poetry
run: |-
if [ "$(cat src/zenml/VERSION)" = "$(echo ${GITHUB_REF} | sed 's|refs/tags/||g')" ];
if [ "$(cat src/mlstacks/VERSION)" = "$(echo ${GITHUB_REF} | sed 's|refs/tags/||g')" ];
then poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}';
else echo "Version mismatch between src/zenml/VERSION and branch tag" && exit 1;
else echo "Version mismatch between src/mlstacks/VERSION and branch tag" && exit 1;
fi

0 comments on commit e557097

Please sign in to comment.