Skip to content

Commit

Permalink
Rename the Python folder
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 6, 2023
1 parent 429fb92 commit d033436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- uses: actions/[email protected]
with:
name: ${{ github.event.repository.name }}.Wheel
path: dist/Python Wheels
path: dist/Python
- uses: actions/[email protected]
with:
name: ${{ github.event.repository.name }}.Windows
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Extract the .exe files from the Windows folder in the compressed file somewhere

### Python Wheel

Extract the .whl file from the Python Wheel folder in the compressed files and then run:
Extract the .whl file from the Python folder in the compressed files and then run:

```
pip install 5desc-[VERSION]-py3-none-any.whl
Expand Down

0 comments on commit d033436

Please sign in to comment.