File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ jobs:
230
230
- name : Install and build
231
231
run : |
232
232
python -m pip install --upgrade pip
233
- pip install setuptools wheel twine
233
+ pip install setuptools==61.0 wheel twine
234
234
python setup.py --version
235
235
python setup.py sdist bdist_wheel
236
236
# Validate that the resulting wheel can be executed
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
21
21
run : |
22
22
python --version
23
23
pip --version
24
- pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ yowasp-yosys yowasp-nextpnr-gowin
24
+ pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ yowasp-yosys yowasp-nextpnr-himbaechel- gowin
25
25
- name : build examples
26
26
run : |
27
27
cd examples
28
- YOSYS=yowasp-yosys NEXTPNR=yowasp-nextpnr-gowin make all
28
+ YOSYS=yowasp-yosys NEXTPNR=yowasp-nextpnr-himbaechel- gowin make all
29
29
- name : Archive artifact
30
30
uses : actions/upload-artifact@v4
31
31
with :
You can’t perform that action at this time.
0 commit comments