Results 11 comments of Felix Franz

@jacobolofsson Your second use case is already supported. See documentation at https://python-semantic-release.readthedocs.io/en/latest/configuration.html#config-repository-url

@e0lithic You can push to Gitlab instead of PyPi, see documentation at https://python-semantic-release.readthedocs.io/en/latest/#distributing-release-on-pypi-or-custom-repository Point `custom_url` to `${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi`, set `REPOSITORY_USERNAME` to `gitlab-ci-token` and `REPOSITORY_PASSWORD` to `$CI_JOB_TOKEN`

@relekang What do you think about creating a separate `upload` command, which then just could be called several times with different `repository` or `repository_url` settings? This would also be a...

I needed a different pulseaudio config, because it messes with my non-audio bluetooth devices. After lots of trial and error I settled for this solution injecting a shell-script into the...

Has anybody found a no-code-change and scalable work-around? Snippets with more than a single file, that used to be cloned with svn, to me are broken for me right now....

@padic-dev Can you please send a email to [email protected] describing the exact circumstances of your request? I'd rather not do this in public ;)

@bleugray My reply to your mail was useful for you?

Hello @jeells102, this is a well known issue with setuptools-20.7 and can easily be fixed by updating them. Try: `pip install --upgrade setuptools` For further information please refer to: -...

Luckily, we have a way now of informing the users by way of a warning message before actually changing anything.

Hi @jtenniswood, VideoSort uses the library [guessit](https://github.com/guessit-io/guessit) as its underlying workhorse. I just did a quick check there and couldn't find this capability there. If implemented in VideoSort itself, it...