Skip to content

Migrate CI and automation to GitHub actions #204

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 1 commit into from
May 11, 2020

Conversation

frozencemetery
Copy link
Member

(Supersedes #201)

I took the work @atodorov had done and migrated the parts that require additional repo access as well. A couple things to note:

  • The official pypi upload action doesn't work on Windows. I'm told this is on purpose, but their suggested workflow is significantly more complex, so I'm keeping the old approach instead.
  • I changed the scripts directory to "ci" instead of ".ci" because it was easier to type and it doesn't need to be hidden. I'd change ".github" too if I could :)
  • Windows python versions are allowed to float in the last digit now. I think this is a positive change, though it's not required.
  • Travis button goes away because we stop using Travis
  • Installing packages on Windows is extremely fraught

@frozencemetery
Copy link
Member Author

I have tested the release workflow and know it works in the way I'd expect. This PR will test the PR workflow :)

With contributions from Alexander Todorov.

Resolves: pythongssapi#192
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