We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ce417 commit d9e0a62Copy full SHA for d9e0a62
.github/workflows/pythonpublish.yml
@@ -30,6 +30,10 @@ jobs:
30
sudo apt-get install libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libportmidi-dev libsdl1.2-dev
31
pip install pibooth
32
33
+ - name: Install plugin dependencies
34
+ run: |
35
+ pip install qrcode
36
+
37
- name: Build and publish
38
env:
39
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments