fixed typo in workflow

This commit is contained in:
Christopher Pickering 2021-09-08 10:58:20 +02:00
parent bb4726e58f
commit 2cdfdc5546
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -28,6 +28,6 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
- name: Build and publish package
users: JRubics/poetry-publish@v1.8
uses: JRubics/poetry-publish@v1.8
with:
password: ${{ secrets.PYPI_API_TOKEN }}