Skip to content

Commit

Permalink
Minor Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoBelluzzo committed Feb 19, 2024
1 parent a95dc52 commit 3928081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/package_publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
PATTERN=$(grep -Poh "$VERSION_REGEX" "$VERSION_FILE")
sed -i "s/$PATTERN/__version__ = '$VERSION'/g" "$VERSION_FILE"
grep -P "$VERSION_REGEX" "$VERSION_FILE"
run: echo "::set-output name={name}::{value}"
echo "target=$TARGET" >> $GITHUB_OUTPUT
echo "pypi=$PYPI" >> $GITHUB_OUTPUT
echo "conda=$CONDA" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 3928081

Please sign in to comment.