Skip to content

Commit

Permalink
Merge pull request #174 from dos-group/publishing_fix
Browse files Browse the repository at this point in the history
Fixed publishing pipeline
  • Loading branch information
birnbaum authored Feb 6, 2024
2 parents 1521e8a + db20d33 commit e7e84e0
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 2,279 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
runs-on: ubuntu-latest
steps:
# downloads the repository code to the runner's file system for workflow access
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- 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@v2
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
Loading

0 comments on commit e7e84e0

Please sign in to comment.