Skip to content

Commit

Permalink
switched poetry installation and python setup in publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianp14 committed Feb 6, 2024
1 parent 660f20f commit db20d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow

- name: Install poetry
uses: snok/install-poetry@v1
- run: poetry config virtualenvs.prefer-active-python true

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
cache: 'poetry'

- name: Install poetry
uses: snok/install-poetry@v1
- run: poetry config virtualenvs.prefer-active-python true

- name: Install poetry dynamic version plugin, extracts version number from git tag
run: |
pip install poetry-version-plugin
Expand Down

0 comments on commit db20d33

Please sign in to comment.