Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 11cd0ee

Browse files
Update cd.yml
Signed-off-by: Joshua Thompson-Lindley <[email protected]>
1 parent 10f64ad commit 11cd0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Build Package and Verify
8686
run: ci/scripts/build.sh
8787
- name: Upload release to PyPI
88-
run: sudo python3 -m twine upload --username=__token__ --password=${{secrets.PYPI_TOKEN}} dist/*
88+
run: python3 -m twine upload --username=__token__ --password=${{secrets.PYPI_TOKEN}} dist/*
8989
- name: Create GitHub Release
9090
run: gh release create --latest --generate-notes dist/*
9191
env:

0 commit comments

Comments
 (0)