Skip to content

Commit

Permalink
Removed Poetry version pinning from release action
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Sep 1, 2023
1 parent b645b69 commit acf1b8a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v2
- name: Install Poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.2
- name: Verify versioning
run: |
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
Expand Down

0 comments on commit acf1b8a

Please sign in to comment.