-
Notifications
You must be signed in to change notification settings - Fork 43
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
drop python3.8 #320
base: master
Are you sure you want to change the base?
drop python3.8 #320
Conversation
5756953
to
2fbc110
Compare
while working on this i was wondering if we can create a reasonable workflow for release proposals that always opens a release pr that uploads to test-pypi and has a deploy step to upload to pypi/git tags |
Should be doable. I assume the objective to uploading to |
@@ -4,11 +4,13 @@ on: | |||
push: | |||
branches: | |||
- "master" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you going to drop master separately?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just preparing the switch, not doing directly after
I'm kinda doing this in my automations. The trigger is I did have an idea that maybe that release PR could be actually created earlier in the process and then just the tag would be pushed, but never got to experimenting with this aspect in practice. Let me know if you want a demo of this all. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW, I find it better to use a .gitignore
for this purpose. It seems more natural in the context of Git… Plus I often put allowed/disallowed file patterns in so it's only possible to commit what's expected.
Also, maybe consider putting this dir into doc/
?
No description provided.