Skip to content

Commit

Permalink
Update pypi_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderJuestel authored Oct 31, 2023
1 parent 7c773ad commit cb4cc62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:

steps:

# Need the tags so that setuptools-scm can form a valid version number
- name: Fetch git tags
run: git fetch origin main 'refs/tags/*:refs/tags/*'


- uses: actions/checkout@v2
# Need the tags so that setuptools-scm can form a valid version number
- name: Fetch git tags
run: git fetch origin 'refs/tags/*:refs/tags/*'
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit cb4cc62

Please sign in to comment.