-
Notifications
You must be signed in to change notification settings - Fork 100
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
ready for 3.4.0 release #379
Conversation
Pull Request Test Coverage Report for Build 8404625433Details
💛 - Coveralls |
@stlehmann Hi, I believe I have made all the changes required here to make a release to PyPi to fix a few issues. In order toi upload the PyPi, do I just run the Github Action "Release Python Package"? |
Great work. @chrisbeardy thank you very much for helping me maintaining this repository. Hopefully I'll find some more time to spare in the future to get more involved in the process again. In the meantime I'm more then happy to see the package being so well maintained by you :) Yes actually the Github Action should start the release process. It could be that you get issues because github secrets are used to upload to PyPi with my credentials. But I propose you give it a try and see if it does what it should do. |
@stlehmann thanks. I'll do my best with the time I have. I seem to have an issue making the release (PyPI saying its not accepting new users or projects I think). Can you try manually running the release action please and see if it's just because I'm running it with my account? |
I had to create a PyPi API-Token for pyads before the upload worked. I stored it in the project secrets so it should work out-of-the-box for the next CI-triggered release, hopefully :) |
No description provided.