Commit graph

9 commits

Author SHA1 Message Date
Darylgolden
6018ebf445 Revert "Merge branch 'main' of https://github.com/ManimCommunity/manim"
This reverts commit e7f9d23aa7, reversing
changes made to afe91d02b6.
2023-07-31 15:29:39 +08: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