Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
DurgNomis-drol committed Aug 24, 2021
1 parent f8e6e83 commit 29861cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
- name: Build package and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 29861cf

Please sign in to comment.