Skip to content

Commit

Permalink
Merge branch 'issue-29' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tngTUDOR committed Mar 18, 2024
2 parents 38ba63d + b80c2c7 commit dc8d7ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package-deploy-bw25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
pip install
build
--user
- name: Build a binary wheel and a source tarball
- name: Prepare distribution name
run: >-
sed -i "s/name = \"bw2ui\"/name = \"$BW2UI_DIST_NAME\"/g" pyproject.toml
- name: Build a binary wheel and a source tarball
run: >-
python -m
build
--outdir dist/
Expand Down

0 comments on commit dc8d7ee

Please sign in to comment.