Added fake dependencies.
This commit is contained in:
parent
96246a8e25
commit
f8797cda24
|
|
@ -23,6 +23,11 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine
|
||||
mkdir /usr/lib/python3/dist-packages/pcbnew
|
||||
touch /usr/lib/python3/dist-packages/pcbnew/__init__.py
|
||||
mkdir /usr/lib/python3/dist-packages/yaml
|
||||
touch /usr/lib/python3/dist-packages/yaml/__init__.py
|
||||
|
||||
- name: Build and publish
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue