Skip to content

Commit

Permalink
ci: fix publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull committed Feb 28, 2024
1 parent 365b9c5 commit 90b84a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ jobs:
python -m pip install twine
- name: Publish
run: pipenv run twine upload dist/*
run: twine upload dist/*

0 comments on commit 90b84a1

Please sign in to comment.