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

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Thompson-Lindley <[email protected]>
  • Loading branch information
joshuathompsonlindley authored Sep 22, 2023
1 parent 10f64ad commit 11cd0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build Package and Verify
run: ci/scripts/build.sh
- name: Upload release to PyPI
run: sudo python3 -m twine upload --username=__token__ --password=${{secrets.PYPI_TOKEN}} dist/*
run: python3 -m twine upload --username=__token__ --password=${{secrets.PYPI_TOKEN}} dist/*
- name: Create GitHub Release
run: gh release create --latest --generate-notes dist/*
env:
Expand Down

0 comments on commit 11cd0ee

Please sign in to comment.