Fix release CI test

This commit is contained in:
SkeletalDemise 2021-10-04 08:31:26 -07:00 committed by GitHub
parent ae97667e0b
commit 2ee210a8ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ jobs:
with:
python-version: '3.8'
architecture: x64
- run: pip install nox==2019.11.9
- run: pip install poetry==1.0.5
- run: pip install nox
- run: pip install poetry
- run: nox
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}