Skip to content

Commit

Permalink
Remove publish repo flag
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed Mar 10, 2021
1 parent c214045 commit bac40d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
poetry config http-basic.pypi $USERNAME $PASSWORD
poetry build
poetry publish -r doltcli
poetry publish
env:
PASSWORD: ${{ secrets.pypi_password }}
USERNAME: Dolthub

0 comments on commit bac40d6

Please sign in to comment.