Skip to content

Commit

Permalink
Merge pull request #1225 from Avaiga/fix/build-single-package
Browse files Browse the repository at this point in the history
Fix/build single package
  • Loading branch information
joaoandre-avaiga authored Apr 24, 2024
2 parents 718b4ec + 42882d7 commit 5c2eaba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-release-single-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
working-directory: ${{ steps.set-variables.outputs.package_dir }}
run: |
python setup.py build_py && python -m build
for file in ./dist/*; do mv "$file" "${file//_/-}"; done
- name: Create tag and release
working-directory: ${{ steps.set-variables.outputs.package_dir }}
Expand Down

0 comments on commit 5c2eaba

Please sign in to comment.