Skip to content

Commit

Permalink
Fixed bug in Github deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonb authored Aug 30, 2022
1 parent 4555aea commit e821a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: casperdcl/deploy-pypi@v3
- uses: casperdcl/deploy-pypi@v2
with:
password: ${{ secrets.PYPI_API_TOKEN }}
build: true

0 comments on commit e821a86

Please sign in to comment.