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

Commit 10f64ad

Browse files
authoredSep 22, 2023
Update build_release.yml
Signed-off-by: Joshua Thompson-Lindley <joshua@overflow.digital>
1 parent 51774ef commit 10f64ad

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
@@ -67,7 +67,7 @@ jobs:
6767
- name: Build Package and Verify
6868
run: ci/scripts/build.sh
6969
- name: Upload release to PyPI
70-
run: sudo python3 -m twine upload --username=__token__ --password=${{secrets.PYPI_TOKEN}} dist/*
70+
run: python3 -m twine upload --username=__token__ --password=${{secrets.PYPI_TOKEN}} dist/*
7171
- name: Create GitHub Release
7272
run: gh release create v${{inputs.versionNumber}} --latest --generate-notes dist/*
7373
env:

0 commit comments

Comments
 (0)