Skip to content

Commit

Permalink
use strings for python/poetry version numbers in workflows (#3)
Browse files Browse the repository at this point in the history
YAML tries to be too smart, so let's force things.
  • Loading branch information
jperras authored Jun 6, 2023
1 parent dffbd3f commit 2bc6982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Publish Package to PyPI
uses: celsiusnarhwal/poetry-publish@v2
with:
python-version: 3.10
poetry-version: 1.4.2
python-version: "3.10"
poetry-version: "1.4.2"
token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 2bc6982

Please sign in to comment.