Skip to content

Commit

Permalink
fix: whitespace in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoandre-avaiga committed Apr 4, 2024
1 parent 260b420 commit dcbf5e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release-single-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Update setup.requirements.txt
run: |
python tools/release/update_setup_requirements.py taipy- ${{ github.event.inputs.target_package }} \
python tools/release/update_setup_requirements.py taipy-${{ github.event.inputs.target_package }} \
${{needs.fetch-versions.outputs.config_VERSION}} \
${{needs.fetch-versions.outputs.core_VERSION}} \
${{needs.fetch-versions.outputs.gui_VERSION}} \
Expand All @@ -104,6 +104,7 @@ jobs:
- name: Copy tools
run: |
echo ${{ steps.set-variables.outputs }}
cp -r tools ${{ steps.set-variables.outputs.package_dir }}
- name: Install dependencies
Expand Down

0 comments on commit dcbf5e3

Please sign in to comment.