yet another try
Build Python Package / build (push) Successful in 6s
Details
Build Python Package / build (push) Successful in 6s
Details
This commit is contained in:
parent
0e23ba3812
commit
d949dd9984
|
@ -31,6 +31,6 @@ jobs:
|
||||||
- name: Upload package
|
- name: Upload package
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
twine upload --repository-url https://git.orudo.ru/api/v1/packages/upload -u trueold89 -p $TOKEN dist/*
|
twine upload --repository-url https://git.orudo.ru/api/packages/trueold89/pypi -u trueold89 -p $TOKEN dist/*
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.TOKEN }}
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue