Skip to content

Commit

Permalink
workaround checkout fetch-tags issue
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Johnson <[email protected]>
  • Loading branch information
najohnsn committed Oct 25, 2024
1 parent 1194e3f commit fde6b3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,11 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true

- uses: actions/setup-python@v5
with:
python-version: 3.12

- run: git fetch --tags
- run: pip install --disable-pip-version-check -r requirements.txt
- uses: actions/download-artifact@v4
- run: twine upload --non-interactive -u __token__ dist/*
Expand Down

0 comments on commit fde6b3a

Please sign in to comment.