Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Move release and PR creation to GitHub Actions #50

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

Merged
merged 2 commits into from
Aug 28, 2020

Conversation

MaksimZhukov
Copy link
Contributor

In scope of this PR we've moved release and PR creation from AzureDevOps to GitHub Actions.

Details:
The main goal of these changes is to switch the repository to use the system account to publish Python releases and create PRs with updating the versions-manifest.json file. For this purpose we use GITHUB_TOKEN which is automatically generated by GitHub. Unfortunately, we were not able to get rid of the personal access token completely. We have to authenticate using a personal access token to trigger workflow configured with the workflow_dispatch and repository_dispatch events.

We cannot completely move python-versions CI to the GitHub Actions because we have to use macOS-10.14 pool to build our packages. We will move to GitHub Actions as soon as possible.

@MaksimZhukov MaksimZhukov merged commit e643db6 into main Aug 28, 2020
@MaksimZhukov MaksimZhukov deleted the v-mazhuk/move-release-creation-to-github-actions branch August 28, 2020 15:02
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.

6 participants