Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish automatically to PyPI #418

Open
wants to merge 1 commit into
base: aaron/revup/main/sf-auto-version
Choose a base branch
from

Conversation

aaron-skydio
Copy link
Member

Use the pypa-blessed github action to publish built wheels automatically
to PyPI:
https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

Just following the instructions there, with modifications to handle our
three different packages.

This setup is much nicer in combination with automatic versioning; on
each push to main we publish a dev release to TestPYPI, and when a tag
is pushed (which will tell setuptools_scm that the symforce version
should be that tag), wheels are published to PyPI.

Topic: sf-auto-publish
Relative: sf-auto-version

Use the pypa-blessed github action to publish built wheels automatically
to PyPI:
https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

Just following the instructions there, with modifications to handle our
three different packages.

This setup is much nicer in combination with automatic versioning; on
each push to main we publish a dev release to TestPYPI, and when a tag
is pushed (which will tell setuptools_scm that the symforce version
should be that tag), wheels are published to PyPI.

Topic: sf-auto-publish
Relative: sf-auto-version
@aaron-skydio
Copy link
Member Author

Reviews in this chain:
#417 Use setuptools_scm for versioning
 └#418 Publish automatically to PyPI

@aaron-skydio
Copy link
Member Author

aaron-skydio commented Jan 3, 2025

# head base diff date summary
0 8bf3a3de 7dffc872 diff Jan 3 11:35 AM 2 files changed, 59 insertions(+), 6 deletions(-)
1 deb7a960 bce9c44a rebase Jan 3 12:22 PM 0 files changed
2 121ffd65 2a5d6a28 rebase Jan 3 12:52 PM 0 files changed
3 cc13cb84 537801a5 rebase Jan 5 21:18 PM 0 files changed
4 59c85822 3d957dbe rebase Jan 5 21:24 PM 0 files changed
5 0216aa99 6c93c084 rebase Jan 5 22:19 PM 0 files changed
6 4e8de16f 96c8faac rebase Jan 5 22:29 PM 0 files changed
7 964a5962 96c8faac diff Jan 6 8:20 AM 1 file changed, 2 insertions(+), 2 deletions(-)
8 188b5042 96c8faac diff Jan 6 9:41 AM 1 file changed, 4 insertions(+), 4 deletions(-)
9 f5c1f46c 96c8faac diff Jan 6 11:49 AM 1 file changed, 1 insertion(+), 1 deletion(-)
10 5b784d64 96c8faac diff Jan 6 12:37 PM 1 file changed, 1 insertion(+), 1 deletion(-)
11 c5539e2a 838199e7 diff Jan 7 21:17 PM 1 file changed, 4 insertions(+), 1 deletion(-)

@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-version branch from 7dffc87 to bce9c44 Compare January 3, 2025 20:22
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-publish branch from 8bf3a3d to deb7a96 Compare January 3, 2025 20:22
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-version branch from bce9c44 to 2a5d6a2 Compare January 3, 2025 20:52
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-publish branch 2 times, most recently from 121ffd6 to cc13cb8 Compare January 6, 2025 05:18
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-version branch from 2a5d6a2 to 537801a Compare January 6, 2025 05:18
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-publish branch from cc13cb8 to 59c8582 Compare January 6, 2025 05:24
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-version branch 2 times, most recently from 3d957db to 6c93c08 Compare January 6, 2025 06:19
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-publish branch from 59c8582 to 0216aa9 Compare January 6, 2025 06:19
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-version branch from 6c93c08 to 96c8faa Compare January 6, 2025 06:29
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-publish branch 5 times, most recently from f5c1f46 to 5b784d6 Compare January 6, 2025 20:37
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-publish branch from 5b784d6 to c5539e2 Compare January 8, 2025 05:17
@aaron-skydio aaron-skydio force-pushed the aaron/revup/main/sf-auto-version branch from 96c8faa to 838199e Compare January 8, 2025 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant