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

Commit d25574d

Browse files
Update build_release.yml
Signed-off-by: Joshua Thompson-Lindley <[email protected]>
1 parent 03dddf7 commit d25574d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Run Unit Tests
2828
run: ci/scripts/test_runner.sh
2929
- name: Upload release to PyPI
30-
run: sudo python3 -m twine upload --username=__token__ --password=${{secrets.PYPI_TOKEN}} dist/*
30+
run: python3 -m twine upload --username=__token__ --password=${{secrets.PYPI_TOKEN}} dist/*
3131
- name: Create GitHub Release
3232
run: gh release create v${{inputs.versionNumber}} --latest --generate-notes dist/*
3333
env:

0 commit comments

Comments
 (0)