Skip to content

Commit bfe363c

Browse files
authored
Fix pypa org refs in README
1 parent f9c30e0 commit bfe363c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use the action add the following step to your workflow file (e.g.:
1212

1313
```yml
1414
- name: Publish a Python distribution to PyPI
15-
uses: pypi/gh-action-pypi-publish@master
15+
uses: pypa/gh-action-pypi-publish@master
1616
with:
1717
user: __token__
1818
password: ${{ secrets.pypi_password }}
@@ -32,7 +32,7 @@ So the full step would look like:
3232
```yml
3333
- name: Publish package
3434
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
35-
uses: pypi/gh-action-pypi-publish@master
35+
uses: pypa/gh-action-pypi-publish@master
3636
with:
3737
user: __token__
3838
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)