Skip to content

Commit

Permalink
Fix error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Sep 20, 2022
1 parent df6b965 commit 510c4dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
name: distribution
path: dist
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down Expand Up @@ -142,7 +142,6 @@ jobs:
body: ${{ steps.tag.outputs.body }}
draft: false
prerelease: false
token: secrets.CREATE_RELEASE_TOKEN
- uses: actions/download-artifact@v3
name: Download builds
with:
Expand Down

0 comments on commit 510c4dd

Please sign in to comment.