Skip to content

Commit bea5cda

Browse files
committed
Fix a typo in README: s/wheels/wheel/
1 parent f334b3c commit bea5cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ by putting them into the `dist/` folder prior to running this Action.
7373
> on PyPI) and (3) make an atomic upload to PyPI (when part of the dists
7474
> appear on PyPI, installers like pip will use that version for the
7575
> dependency resolution but this may cause some environments to use
76-
> sdists while the wheels for their runtime is not yet available).
76+
> sdists while the wheel for their runtime is not yet available).
7777
>
7878
> To implement this sort of orchestration, please use
7979
> `actions/upload-artifact` and `actions/download-artifact` actions for

0 commit comments

Comments
 (0)