Fix package.yaml
This commit is contained in:
parent
c4b7411261
commit
afdb08fa15
4
.github/workflows/package.yaml
vendored
4
.github/workflows/package.yaml
vendored
@ -51,8 +51,8 @@ jobs:
|
||||
python -m tox r
|
||||
python -m tox r -m release
|
||||
env:
|
||||
TWINE_USERNAME=__token__
|
||||
TWINE_PASSWORD=${{ secrets.PYPI_API_TOKEN }}
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
- name: Get release name
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
Loading…
x
Reference in New Issue
Block a user