Skip to content

Commit c58b05b

Browse files
Update README.md
1 parent d195e00 commit c58b05b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The workflow will only be triggered for the publication of new repo releases.
1717
This repo contains three files that you may need to amend and copy to your Github repository:
1818

1919
- ``setup.py``: this is a regular Python ``setup.py`` file; amend the file content with your package information and then save the file in your repo's root directory
20-
- ``publish-to-pypi.yml``: Edit this file, amend the configuration settings (see next chapter) and then save the file in your repo's Github Actions directory (``.github/workflows``). You may also need to activate the new workflow - see [documentation on Github](https://docs.github.com/en/actions).
20+
- ``publish-to-pypi.yml``: Edit this file, amend the configuration settings (see next chapter) and then save the file in your repo's Github Actions directory (``.github/workflows``). You may also need to activate the new workflow once you have installed it - see [documentation on Github](https://docs.github.com/en/actions).
2121

2222
### Configuring publish-to-pypi.yml
2323

0 commit comments

Comments
 (0)