This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
run: tox
|
run: tox
|
||||||
- name: Upload na pypi
|
- name: Upload na pypi
|
||||||
env:
|
env:
|
||||||
TWINE_USERNAME: ${{ secret.PYPI_USER }}
|
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
|
||||||
TWINE_PASSWORD: ${{ secret.PYPI_PASSWORD }}
|
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||||
if: github.ref_type == 'tag'
|
if: github.ref_type == 'tag'
|
||||||
run: python3 -m twine upload dist/*
|
run: python3 -m twine upload dist/*
|
||||||
|
Reference in New Issue
Block a user