Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
5fb40a6c by lovetox at 2022-05-28T12:00:37+02:00
ci: Use python3 for deploy script
- - - - -
1 changed file:
- .ci/deploy.py
Changes:
=====================================
.ci/deploy.py
=====================================
@@ -13,7 +13,7 @@ PASSWORD = os.environ['PYPI_TOKEN']
def build() -> None:
cmd = [
- 'python',
+ 'python3',
'setup.py',
'sdist',
'bdist_wheel'
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5fb40a6c546aca5303994a1bae7e35f37893d76a
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/5fb40a6c546aca5303994a1bae7e35f37893d76a
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits