Skip to content

Commit

Permalink
Fix typo copied from gh actions warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Sep 6, 2022
1 parent 1208fa5 commit 6655e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: python -m build

- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish/@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
Expand Down

0 comments on commit 6655e0c

Please sign in to comment.