|
@ -20,7 +20,7 @@ steps: |
|
|
TWINE_PASSWORD: |
|
|
TWINE_PASSWORD: |
|
|
from_secret: pypi_username |
|
|
from_secret: pypi_username |
|
|
TWINE_USERNAME: |
|
|
TWINE_USERNAME: |
|
|
from_secret: pypi_token |
|
|
from_secret: pypi_password |
|
|
commands: |
|
|
commands: |
|
|
- python3 -m pip install twine |
|
|
- python3 -m pip install twine |
|
|
- python3 -m twine upload --verbose alice-ci/dist/* |
|
|
- python3 -m twine upload --verbose alice-ci/dist/* |
|
|