Skip to content

Commit 438663d

Browse files
committed
ci: add missing dependency.
1 parent 1477842 commit 438663d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/stable.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,25 @@ jobs:
229229
- name: Install dependencies
230230
run: |
231231
pip install --upgrade pip
232+
pip install setuptools wheel
232233
pip install ${{ env.BUILDER_CLONE_DIRNAME }}/.
233234
234235
- name: Get version of builder
235236
run: |
236237
pyfunceble-docker-builder --version
237238
239+
- name: Read package name
240+
run: |
241+
python setup.py --name
242+
243+
- name: Read package version
244+
run: |
245+
python setup.py --version
246+
247+
- name: Read commit ID
248+
run: |
249+
git log -1 --format=format:'%H'
250+
238251
- name: Build, Check and Publish 📦
239252
run: >
240253
pyfunceble-docker-builder -b ${{ env.BUILDER_CLONE_DIRNAME }}/builder

0 commit comments

Comments
 (0)