File tree Expand file tree Collapse file tree 2 files changed +10
-21
lines changed
Expand file tree Collapse file tree 2 files changed +10
-21
lines changed Original file line number Diff line number Diff line change 1- name : Publish CEmu to PyPI
1+ name : Publish to PyPI
22
33on :
44 workflow_dispatch :
@@ -14,35 +14,24 @@ jobs:
1414 environment :
1515 name : hugsy
1616 url : https://pypi.org/p/cemu
17+
1718 permissions :
1819 id-token : write
20+
1921 steps :
20- - name : Checkout
21- uses : actions/checkout@v4
22+ - uses : actions/checkout@v4
2223
23- - name : Setup
24- uses : actions/setup-python@v4
24+ - uses : actions/setup-python@v4
2525 with :
2626 python-version : " 3.10"
2727
28- - name : " Install Pre-requisite"
29- uses : eifinger/setup-rye@v4
28+ - uses : eifinger/setup-rye@v4
3029 with :
3130 version : ' latest'
3231
33- - run : rye build --wheel --out ./publish
34-
35- # - name: Requirements
36- # run: |
37- # python -m pip install --upgrade build wheel
38-
39- # - name: Build
40- # run: |
41- # python -m build
32+ - run : rye build --wheel
4233
43- - name : Publish
44- uses : pypa/gh-action-pypi-publish@release/v1
34+ - uses : pypa/gh-action-pypi-publish@release/v1
4535 with :
4636 password : ${{ secrets.PYPI_API_TOKEN }}
4737 print-hash : true
48- packages-dir : publish/
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ python -m cemu
7777
7878This should produce a GUI similar to this:
7979
80- ![ cemu-gui] ( cemu/img/cemu-windows-light.png )
81- ![ cemu-gui] ( cemu/img/cemu-windows-dark.png )
80+ ![ cemu-gui] ( src/ cemu/img/cemu-windows-light.png)
81+ ![ cemu-gui] ( src/ cemu/img/cemu-windows-dark.png)
8282
8383### In the terminal
8484
You can’t perform that action at this time.
0 commit comments