Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-07-27 11:52:20 +0300
committerlovetox <philipp@hoerist.com>2022-07-27 11:52:20 +0300
commitb42b4816227334e9581a4272eab586ee6870a162 (patch)
tree930907b8655537500fa3a4ec15ddec0f7af38d13 /.gitlab-ci.yml
parent1145144d9bbce10b3ca8e8ee3abf981151cbb71e (diff)
ci: Also build wheel in build stage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca236e0..e78e635 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ build-linux:
stage: build
dependencies: []
script:
- - python3 setup.py sdist
+ - python3 setup.py sdist bdist_wheel
- python3 .ci/debian_build.py "$(find dist/nbxmpp-*)" 1 --pkgprefix=python3-
artifacts: