-
Notifications
You must be signed in to change notification settings - Fork 1
Add "v2" readthedocs setup & modernize CI #38
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
Conversation
tekktrik
left a comment
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.
You may need to move metadata from setup.py to pyproject.toml for the release CI to work, but the fact you have essentially a stub may be enough. Since your setup.py doesn't implement any extensions or anything, it's totally feasible to move it all into pyproject.toml.
| uses: adafruit/workflows-circuitpython-libs/release-gh@main | ||
| with: | ||
| github-token: ${{ secrets.GITHUB_TOKEN }} | ||
| upload-url: ${{ github.event.release.upload_url }} |
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.
I believe you'll need to the additional argument here since it's a package that doesn't start with adafruit_:
| upload-url: ${{ github.event.release.upload_url }} | |
| upload-url: ${{ github.event.release.upload_url }} | |
| package-prefix: jepler_udecimal |
|
Yeah, looking at the CI, the |
tekktrik
left a comment
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.
Should be everything!
Updating https://github.com/todbot/CircuitPython_PS2Controller to 1.2.1 from 1.2.0: > fix data shift timing, fixes "last bit error" aka "SQUARE not registering" as reported by @jedgarpark Updating https://github.com/furbrain/CircuitPython_distox to 1.0.0 from 0.9.0: > Make it work on github actions, again > Make it work on github actions > Fix bugs and add "protocol service" > Fix documentation Updating https://github.com/jepler/Jepler_CircuitPython_udecimal to 1.0.7 from 1.0.6: > tweak secrets in release process > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#38 from jepler/readthedocs-v2 > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#36 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#35 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#34 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#32 from jepler/use-buildsh > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#31 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#30 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#29 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#28 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#27 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#26 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#25 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#24 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#22 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#23 from jepler/fix-ci-tags > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#21 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#20 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#19 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#18 from jepler/pre-commit-ci-update-config > Merge pull request circuitpython/Jepler_CircuitPython_udecimal#17 from jepler/pre-commit-ci-update-config
https://blog.readthedocs.com/migrate-configuration-v2/