Skip to content

Commit

Permalink
Merge pull request #42 from livechat/Fixup-related-to-tags
Browse files Browse the repository at this point in the history
Update publish-to-pypi.yml
  • Loading branch information
marcindebski authored Sep 7, 2021
2 parents 6bc3c50 + dd28cd5 commit 189cb58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install versiontag
pip install build
- name: Build package
run: python -m build
Expand Down

0 comments on commit 189cb58

Please sign in to comment.