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

Extract release job notify-dependents #4461

Merged
merged 4 commits into from
Jun 20, 2024
Merged

Conversation

tothtamas28
Copy link
Contributor

Related:

Changes

release+notify -
                \
pyk-build-docs ---  gh-pages

to

       release --- notify
                \
pyk-build-docs --- gh-pages

This will let us notify dependents after both the K and pyk release jobs go through:

release --- pyk-publish --- notify
                         \
         pyk-build-docs --- gh-pages

@tothtamas28 tothtamas28 self-assigned this Jun 20, 2024
@tothtamas28 tothtamas28 marked this pull request as ready for review June 20, 2024 10:18
@tothtamas28 tothtamas28 requested a review from a team as a code owner June 20, 2024 10:18
@tothtamas28 tothtamas28 mentioned this pull request Jun 20, 2024
@rv-jenkins rv-jenkins merged commit 24d37d2 into develop Jun 20, 2024
17 checks passed
@rv-jenkins rv-jenkins deleted the release-notify-dependents branch June 20, 2024 14:02
tothtamas28 added a commit that referenced this pull request Jun 21, 2024
Fixes #4239

~Blocked on~:
* #4438
* #4461

Add job `pyk-publish` to publish `pyk` on PyPI (under package name
`kframework`).

Release workflow changes from

```
       release --- notify-dependents
                \
pyk-build-docs --- gh-pages
```

to

```
release --- pyk-publish --- notify-dependents
                         \
         pyk-build-docs --- gh-pages

```

---------

Co-authored-by: Tamás Tóth <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants