We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36bb084 commit 4300e6eCopy full SHA for 4300e6e
.github/workflows/release.yml
@@ -103,22 +103,22 @@ jobs:
103
- name: Update version in pyproject.toml
104
run: |
105
poetry version ${{ steps.get_version.outputs.version }}
106
- shell: bash
+ shell: bash
107
108
- name: Build wheel and sdist
109
110
poetry build
111
112
113
- name: Install PyInstaller
114
115
poetry add --group dev pyinstaller
116
117
118
- name: Build standalone executable
119
120
poetry run pyinstaller --onefile --name mdbub-${{ matrix.platform }} src/mdbub/cli.py
121
122
123
- name: Upload build artifacts
124
uses: actions/upload-artifact@v4
0 commit comments