Skip to content

Commit

Permalink
Properly format v1 release of pypa/gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aiudirog committed Sep 2, 2022
1 parent 79b393c commit 2b24f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
draft: true # Give me a moment to edit in the description
prerelease: false
- name: Publish
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 2b24f11

Please sign in to comment.