Skip to content

Commit 4325764

Browse files
authored
[CI] removed comments + cleanup (#100)
## Description [CI] removed comments + cleanup
1 parent f96c22b commit 4325764

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish CEmu to PyPI
1+
name: Publish to PyPI
22

33
on:
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/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ python -m cemu
7777

7878
This 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

0 commit comments

Comments
 (0)