Fixed typo in Gitlab CI config
This commit is contained in:
parent
03797f4c27
commit
0aa9de0521
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ stages:
|
||||||
|
|
||||||
package:
|
package:
|
||||||
stage: package
|
stage: package
|
||||||
image: 3.10-alpine3.16
|
image: python:3.10-alpine3.16
|
||||||
script:
|
script:
|
||||||
- pip install wheel
|
- pip install wheel
|
||||||
- pip wheel . -w wheels
|
- pip wheel . -w wheels
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue