Skip to content

Commit

Permalink
Merge pull request #19 from softwareone-platform/feature/225739-publi…
Browse files Browse the repository at this point in the history
…sh-to-pypi

225739 Install poetry
  • Loading branch information
d3rky authored May 28, 2024
2 parents d87737d + f70852d commit 004b31e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install poetry
- name: 'Get the version'
id: get_version
run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 004b31e

Please sign in to comment.