dependabot[bot]
c1663f1a1e
Bump astral-sh/setup-uv from 5 to 6 ( #4234 )
...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 5 to 6.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-21 17:55:33 +02:00
Benjamin Hackl
95fba7da10
Change project management tool from poetry to uv ( #4138 )
...
* rewrite pyproject.toml to support uv; version upgrades of several dev dependencies
* codespellrc: poetry.lock -> uv.lock
* rewrite workflows, first attempt
* change name of pre-commit-hook
* dev-dependencies -> dependency-groups.dev
* lint + format
* Update .github/workflows/ci.yml
Co-authored-by: Aarush Deshpande <110117391+JasonGrace2282@users.noreply.github.com>
* convert development.rst to myst markdown
* fix (most) docbuild warnings from theme upgrade
* development instructions: switch to uv, plus minor updates
* update entrypoint config in plugin docs + tests
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Aarush Deshpande <110117391+JasonGrace2282@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-02-02 17:16:46 +01:00
dependabot[bot]
9289a5c68d
Bump actions/setup-python from 4 to 5 ( #3565 )
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-24 20:22:51 +01:00
dependabot[bot]
9d880c2f80
Bump actions/upload-artifact from 3 to 4 ( #3566 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-24 20:21:47 +01:00
Benjamin Hackl
5193e1cfd1
Introduce new workflow creating a downloadable version of the documentation ( #3417 )
...
* Revert "rtd: enable htmlzip build (#3355 )"
This reverts commit 571f79be2c .
* use python3.11 to build docs
* upgrade python version used in release publish workflow
* new workflow for building downloadable docs
* change event trigger for testing
* sudo apt
* rename release job; build html in poetry env
* set GITHUB_PATH instead of PATH
* introduce additional step
* use correct binary path
* forgot microtype
* fonts-roboto + actually compress files correctly
* fix asset path
* Update .github/workflows/release-publish-documentation.yml
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
* pull_request -> workflow_dispatch
* Update .github/workflows/release-publish-documentation.yml
---------
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
2023-10-26 12:29:21 +00:00
Benjamin Hackl
73e30cea89
Several GitHub actions updates ( #3397 )
...
* Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump docker/setup-buildx-action from 2 to 3
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump docker/build-push-action from 4 to 5
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump docker/setup-qemu-action from 2 to 3
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 20:38:20 +02:00
Naveen M K
15241e3bfd
CI: update actions version and add dependabot config ( #3029 )
...
* CI: update actions version
- Update inlined code to use `$GITHUB_OUTPUT`
see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* Add dependabot config to update dependencies automatically
2022-11-19 09:38:13 -07:00
Naveen M K
aced989d5e
ci: fix release asset upload ( #1008 )
...
this works for manimpango
2021-02-11 16:49:02 +05:30
Naveen M K
ae0122dc26
ci: fix publish workflow ( #898 )
...
running poetry publish doesn't create the `.tar.gz` sadly. So running `poetry build` will create that. This should fix the previous release workflow.
2021-01-02 19:52:27 +05:30
kolibril13
7fe79e36ec
manimce to manim & capitalizing Manim in readme (#794 )
2020-12-04 02:08:55 +01:00
Naveen M K
16a10046eb
copy paste mistake
2020-10-24 20:15:56 +05:30
Naveen M K
0491d7f7a8
Upload tar files on release
2020-10-24 20:06:59 +05:30
Naveen M K
16e18b26e5
ci: fix publishing to pip ( #500 )
...
* ci: fix publising to pip
* lint: remove a trailing space
* created -> released
2020-10-03 15:50:10 +05:30
Naveen M K
88f8252b4b
Move to Poetry ( #165 )
...
* Add necessary files and fix readme
* remove poetry.lock
* Change some things
* Add Github action to Publish
* Specify rich version - updates in setup.py
* Add lock file
* Add some docs about poetry
* Add some docs and upgrade rich
* remove Setup.py
* Github Action using Poetry
* Fix tests
* Move to py 3.7 until poetry fixes it
* Remove 3.6
* Looks like 3.6 works now
* Fix Path for CI
* Windows build
* Add CI that actually works
* Fix some spaces
* Update docs and fix windows test
* Fix windows run
* Change some formatting -Docs
Co-authored-by: Leo Torres <dleonardotn@gmail.com>
* Some docs update
* Change doc url Pyproject - Some formatting docs - change ci on release event
* Change to manimlib
CC. https://github.com/ManimCommunity/manim/pull/165#discussion_r481128270
* Some formatting changes
* Merge branch 'master' of https://github.com/ManimCommunity/manim into poetry-change-new
* Remove pytest.ini and Have a note in Readme
* Update some docs
* Update Authors field
* Make readthedocs work
Co-authored-by: Leo Torres <dleonardotn@gmail.com>
2020-09-10 08:59:34 -04:00