Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Fix action version number
  • Loading branch information
DelboyJay committed May 3, 2022
1 parent 914d32e commit f6ebe73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v2

- name: Build and publish
uses: d1618033/gh-action-python-publish-using-poetry@1.2.0
uses: d1618033/gh-action-python-publish-using-poetry@0.1.1
with:
pypi_username: '__token__'
pypi_password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit f6ebe73

Please sign in to comment.