mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
Merge branch 'wheel' into 'master'
Build wheel See merge request allianceauth/allianceauth!1290
This commit is contained in:
commit
3c305fbf37
@ -44,10 +44,10 @@ deploy_production:
|
|||||||
image: python:3.8-buster
|
image: python:3.8-buster
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pip install twine
|
- pip install twine wheel
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python setup.py sdist
|
- python setup.py sdist bdist_wheel
|
||||||
- twine upload dist/*
|
- twine upload dist/*
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user