We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c30e0 commit bfe363cCopy full SHA for bfe363c
README.md
@@ -12,7 +12,7 @@ To use the action add the following step to your workflow file (e.g.:
12
13
```yml
14
- name: Publish a Python distribution to PyPI
15
- uses: pypi/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@master
16
with:
17
user: __token__
18
password: ${{ secrets.pypi_password }}
@@ -32,7 +32,7 @@ So the full step would look like:
32
33
- name: Publish package
34
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
35
36
37
38
0 commit comments