Skip to content

Commit

Permalink
🐞fix: add name to publish pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
zillionare committed Apr 20, 2021
1 parent 166e148 commit b625760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
draft: false
prerelease: false

- name:
- name: publish to PYPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit b625760

Please sign in to comment.