matrix-gptbot/.forgejo/workflows
Kumi 9110910b11
Some checks failed
Python Package CI/CD / Setup and Test (push) Successful in 1m29s
Python Package CI/CD / Publish to PyPI (push) Failing after 18s
fix: use posix shell syntax for activation
Switched the virtual environment activation command to be compliant with POSIX shell syntax. The previous `source` command is replaced with `.`, making the script more broadly compatible with different shell environments without requiring bash specifically. This change ensures greater portability and compatibility of the release workflow across diverse CI/CD execution environments.
2024-04-15 19:11:49 +02:00
..
release.yml fix: use posix shell syntax for activation 2024-04-15 19:11:49 +02:00