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

Release workflow: publish django-stubs-ext before django-stubs #2188

Merged
merged 1 commit into from
May 28, 2024

Conversation

flaeppe
Copy link
Member

@flaeppe flaeppe commented May 27, 2024

Also set up a concurrency group, per release name, so that we don't run releases in parallel.

Refs:

Also set up a concurrency group, per release name, so that we don't run
releases in parallel.

Ref: https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=published#release
@flaeppe flaeppe requested a review from intgr May 27, 2024 13:23
@@ -4,12 +4,15 @@ on:
release:
types: [published]

concurrency:
group: release-${{ github.event.release.tag_name }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added concurrency per tag name, since that's what's unique towards PyPI.

@intgr intgr changed the title Release django-stubs-ext before django-stubs Release workflow: django-stubs-ext before django-stubs May 27, 2024
@intgr intgr changed the title Release workflow: django-stubs-ext before django-stubs Release workflow: handle django-stubs-ext before django-stubs May 27, 2024
@intgr intgr self-assigned this May 27, 2024
@intgr intgr changed the title Release workflow: handle django-stubs-ext before django-stubs Release workflow: publish django-stubs-ext before django-stubs May 27, 2024
Copy link
Collaborator

@intgr intgr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@flaeppe flaeppe merged commit a90cf3e into typeddjango:master May 28, 2024
36 checks passed
@flaeppe flaeppe deleted the fix/release-workflow-deps branch May 28, 2024 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants