Update poetry-publish.yml

This commit is contained in:
Nathan Thomas 2024-01-10 14:11:22 -08:00 committed by GitHub
parent cc1ff1c989
commit ef71146e87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.6
uses: JRubics/poetry-publish@v1.17
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}